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.java1593 void setGroup(int group) { in setGroup() method in ServiceTest.IsolatedConnectionInfo
1995 connections[CONN_1_1_W].setGroup(3); in testActivityServiceBindingLru()
1997 connections[CONN_2_1_W].setGroup(3); in testActivityServiceBindingLru()
1999 connections[CONN_2_2_W].setGroup(3); in testActivityServiceBindingLru()
2001 connections[CONN_2_3_W].setGroup(3); in testActivityServiceBindingLru()
DNotificationManagerTest.java521 .setGroup(groupKey) in sendNotification()
1176 channel.setGroup(ncg.getId()); in testCreateChannelGroup()
1201 channel.setGroup(ncg.getId()); in testGetChannelGroup()
1221 channel.setGroup(ncg2.getId()); in testGetChannelGroups()
1250 channel.setGroup(ncg.getId()); in testDeleteChannelGroup()
1305 channel.setGroup(oldGroup); in testCreateChannel_addToGroup()
1308 channel.setGroup(newGroup); in testCreateChannel_addToGroup()
1327 channel.setGroup(oldGroup); in testCreateChannel_cannotChangeGroup()
1329 channel.setGroup(newGroup); in testCreateChannel_cannotChangeGroup()
1365 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.java463 channel.setGroup(mGroupId); in setUp()