Home
last modified time | relevance | path

Searched refs:group2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMetricsTest.java187 WifiP2pGroup group2 = new WifiP2pGroup(); in updatePersistentGroup() local
188 group2.setNetworkId(2); in updatePersistentGroup()
192 mGroups.add(group2); in updatePersistentGroup()
DWifiP2pServiceImplTest.java184 WifiP2pGroup group2 = new WifiP2pGroup(); in generatorTestData() local
185 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()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1366 final NotificationRecord group2 = generateNotificationRecord( in testFindGroupNotificationsLocked() local
1369 group2.sbn.getId(), group2.sbn.getNotification(), group2.sbn.getUserId()); in testFindGroupNotificationsLocked()
1762 NotificationChannelGroup group2 = new NotificationChannelGroup("n", "m"); in testCreateChannelGroupNotifyListener() local
1766 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener()
1771 eq(Process.myUserHandle()), eq(group2), in testCreateChannelGroupNotifyListener()
DPreferencesHelperTest.java2016 NotificationChannelGroup group2 = group.clone(); in testIsGroup_appCannotResetBlock() local
2017 group2.setBlocked(true); in testIsGroup_appCannotResetBlock()
2018 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, group2, false); in testIsGroup_appCannotResetBlock()