Home
last modified time | relevance | path

Searched refs:BundleUtils (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/direct/
DBundleUtils.java34 public class BundleUtils { class
62 bundles.add(BundleUtils.fromWifiP2pDevice(i.next())); in fromWifiP2pDeviceList()
117 bundles.add(BundleUtils.fromWifiP2pGroup(i.next())); in fromWifiP2pGroupList()
DWifiP2pManagerSnippet.java887 Log.d(logPrefix + "p2pPeerList=" + BundleUtils.fromWifiP2pDeviceList(peerList)); in onReceive()
889 EVENT_KEY_PEER_LIST, BundleUtils.fromWifiP2pDeviceList(peerList)); in onReceive()
906 EVENT_KEY_P2P_INFO, BundleUtils.fromWifiP2pInfo(p2pInfo)); in onReceive()
908 EVENT_KEY_P2P_GROUP, BundleUtils.fromWifiP2pGroup(p2pGroup)); in onReceive()
977 event.getData().putBundle(EVENT_KEY_P2P_DEVICE, BundleUtils.fromWifiP2pDevice(device)); in onDeviceInfoAvailable()
992 ArrayList<Bundle> devices = BundleUtils.fromWifiP2pDeviceList(newPeers); in onPeersAvailable()
1013 .putParcelableArrayList("groupList", BundleUtils.fromWifiP2pGroupList(groups)); in onPersistentGroupInfoAvailable()
1032 .putBundle(EVENT_KEY_SOURCE_DEVICE, BundleUtils.fromWifiP2pDevice(srcDevice)); in onUpnpServiceAvailable()
1054 .putBundle(EVENT_KEY_SOURCE_DEVICE, BundleUtils.fromWifiP2pDevice(srcDevice)); in onDnsSdServiceAvailable()
1077 .putBundle(EVENT_KEY_SOURCE_DEVICE, BundleUtils.fromWifiP2pDevice(srcDevice)); in onDnsSdTxtRecordAvailable()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DBundleUtils.java25 public final class BundleUtils { class
27 private BundleUtils() {} in BundleUtils() method in BundleUtils