Searched refs:group1 (Results 1 – 3 of 3) sorted by relevance
185 WifiP2pGroup group1 = new WifiP2pGroup(); in updatePersistentGroup() local186 group1.setNetworkId(1); in updatePersistentGroup()191 mGroups.add(group1); in updatePersistentGroup()
177 WifiP2pGroup group1 = new WifiP2pGroup(); in generatorTestData() local178 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()
1360 final NotificationRecord group1 = generateNotificationRecord( in testFindGroupNotificationsLocked() local1362 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() local1766 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener()1768 eq(Process.myUserHandle()), eq(group1), in testCreateChannelGroupNotifyListener()