Searched refs:group2 (Results 1 – 4 of 4) sorted by relevance
187 WifiP2pGroup group2 = new WifiP2pGroup(); in updatePersistentGroup() local188 group2.setNetworkId(2); in updatePersistentGroup()192 mGroups.add(group2); in updatePersistentGroup()
184 WifiP2pGroup group2 = new WifiP2pGroup(); in generatorTestData() local185 group2.setNetworkId(1); in generatorTestData()186 group2.setNetworkName("DIRECT-ab-Hello"); in generatorTestData()187 group2.setOwner(new WifiP2pDevice("12:34:56:78:90:ab")); in generatorTestData()188 group2.setIsGroupOwner(false); in generatorTestData()189 mGroups.add(group2); in generatorTestData()
1366 final NotificationRecord group2 = generateNotificationRecord( in testFindGroupNotificationsLocked() local1369 group2.sbn.getId(), group2.sbn.getNotification(), group2.sbn.getUserId()); in testFindGroupNotificationsLocked()1762 NotificationChannelGroup group2 = new NotificationChannelGroup("n", "m"); in testCreateChannelGroupNotifyListener() local1766 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener()1771 eq(Process.myUserHandle()), eq(group2), in testCreateChannelGroupNotifyListener()
2016 NotificationChannelGroup group2 = group.clone(); in testIsGroup_appCannotResetBlock() local2017 group2.setBlocked(true); in testIsGroup_appCannotResetBlock()2018 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, group2, false); in testIsGroup_appCannotResetBlock()