Home
last modified time | relevance | path

Searched refs:newGroup (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_GroupMembershipTest.java52 TestGroup group = mBuilder.newGroup().insert(); in testAddGroupMembershipWithGroupRowId()
67 TestGroup group = mBuilder.newGroup() in testAddGroupMembershipWithGroupSourceId()
90 TestGroup group = mBuilder.newGroup() in testAddGroupMembershipWithUnknownGroupSourceId()
DContactsContract_TestDataBuilder.java366 public TestGroup newGroup() { in newGroup() method in ContactsContract_TestDataBuilder
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java663 String newGroup = "new group"; in testCreateChannel_addToGroup() local
665 new NotificationChannelGroup(newGroup, newGroup)); in testCreateChannel_addToGroup()
672 channel.setGroup(newGroup); in testCreateChannel_addToGroup()
678 newGroup, updatedChannel.getGroup()); in testCreateChannel_addToGroup()
684 String newGroup = "new group"; in testCreateChannel_cannotChangeGroup() local
688 new NotificationChannelGroup(newGroup, newGroup)); in testCreateChannel_cannotChangeGroup()
694 channel.setGroup(newGroup); in testCreateChannel_cannotChangeGroup()
1636 String newGroup = "new!"; in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common() local
1659 sendNotification(i, newGroup, R.drawable.blue); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1669 sendNotification(901, newGroup, R.drawable.blue); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
[all …]