Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMetricsTest.java185 WifiP2pGroup group1 = new WifiP2pGroup(); in updatePersistentGroup() local
186 group1.setNetworkId(1); in updatePersistentGroup()
191 mGroups.add(group1); in updatePersistentGroup()
DWifiP2pServiceImplTest.java177 WifiP2pGroup group1 = new WifiP2pGroup(); in generatorTestData() local
178 group1.setNetworkId(0); in generatorTestData()
179 group1.setNetworkName(mTestWifiP2pGroup.getNetworkName()); in generatorTestData()
180 group1.setOwner(mTestWifiP2pDevice); in generatorTestData()
181 group1.setIsGroupOwner(false); in generatorTestData()
182 mGroups.add(group1); in generatorTestData()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1360 final NotificationRecord group1 = generateNotificationRecord( in testFindGroupNotificationsLocked() local
1362 mService.addEnqueuedNotification(group1); in testFindGroupNotificationsLocked()
1363 mService.addNotification(group1); in testFindGroupNotificationsLocked()
1387 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1388 group1.sbn.getUserId()); in testFindGroupNotificationsLocked()
1391 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
1761 NotificationChannelGroup group1 = new NotificationChannelGroup("a", "b"); in testCreateChannelGroupNotifyListener() local
1766 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener()
1768 eq(Process.myUserHandle()), eq(group1), in testCreateChannelGroupNotifyListener()