Searched refs:newGroup (Results 1 – 3 of 3) sorted by relevance
52 TestGroup group = mBuilder.newGroup().insert(); in testAddGroupMembershipWithGroupRowId()67 TestGroup group = mBuilder.newGroup() in testAddGroupMembershipWithGroupSourceId()90 TestGroup group = mBuilder.newGroup() in testAddGroupMembershipWithUnknownGroupSourceId()
366 public TestGroup newGroup() { in newGroup() method in ContactsContract_TestDataBuilder
1299 String newGroup = "new group"; in testCreateChannel_addToGroup() local1301 new NotificationChannelGroup(newGroup, newGroup)); in testCreateChannel_addToGroup()1308 channel.setGroup(newGroup); in testCreateChannel_addToGroup()1314 newGroup, updatedChannel.getGroup()); in testCreateChannel_addToGroup()1319 String newGroup = "new group"; in testCreateChannel_cannotChangeGroup() local1323 new NotificationChannelGroup(newGroup, newGroup)); in testCreateChannel_cannotChangeGroup()1329 channel.setGroup(newGroup); in testCreateChannel_cannotChangeGroup()2138 String newGroup = "new!"; in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup() local2155 sendNotification(i, newGroup, R.drawable.blue); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()2160 sendNotification(901, newGroup, R.drawable.blue); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()[all …]