Home
last modified time | relevance | path

Searched refs:setGroup (Results 1 – 10 of 10) sorted by relevance

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DRcParser.java169 serviceBld.setGroup(sTrimLine.substring(OPTION_GROUP.length())); in parseService()
171 serviceBld.setGroup(sTrimLine.substring(OPTION_WRITEPID.length())); in parseService()
/cts/tests/app/src/android/app/cts/
DNotificationChannelTest.java79 channel.setGroup("a thing"); in testWriteToParcel()
178 channel.setGroup("banana"); in testGroup()
DStatusBarNotificationTest.java118 .setGroup("bar") in testIsGroup_notifGroup()
DServiceTest.java1595 void setGroup(int group) { in setGroup() method in ServiceTest.IsolatedConnectionInfo
1997 connections[CONN_1_1_W].setGroup(3); in testActivityServiceBindingLru()
1999 connections[CONN_2_1_W].setGroup(3); in testActivityServiceBindingLru()
2001 connections[CONN_2_2_W].setGroup(3); in testActivityServiceBindingLru()
2003 connections[CONN_2_3_W].setGroup(3); in testActivityServiceBindingLru()
DNotificationManagerTest.java522 .setGroup(groupKey) in sendNotification()
1177 channel.setGroup(ncg.getId()); in testCreateChannelGroup()
1202 channel.setGroup(ncg.getId()); in testGetChannelGroup()
1222 channel.setGroup(ncg2.getId()); in testGetChannelGroups()
1251 channel.setGroup(ncg.getId()); in testDeleteChannelGroup()
1306 channel.setGroup(oldGroup); in testCreateChannel_addToGroup()
1309 channel.setGroup(newGroup); in testCreateChannel_addToGroup()
1328 channel.setGroup(oldGroup); in testCreateChannel_cannotChangeGroup()
1330 channel.setGroup(newGroup); in testCreateChannel_cannotChangeGroup()
1366 channel.setGroup(ncg.getId()); in testCreateChannelWithGroup()
[all …]
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java139 .setGroup(groupKey) in sendNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java357 .setGroup(groupKey) in sendNotification()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java262 .setGroup(NOTIFICATION_GROUP_KEY); in runInNotificationSession()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java738 .setGroup(groupKey) in sendNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java448 channel.setGroup(mGroupId); in setUp()