Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1299 String oldGroup = null; in testCreateChannel_addToGroup() local
1306 channel.setGroup(oldGroup); in testCreateChannel_addToGroup()
1319 String oldGroup = "old group"; in testCreateChannel_cannotChangeGroup() local
1322 new NotificationChannelGroup(oldGroup, oldGroup)); in testCreateChannel_cannotChangeGroup()
1328 channel.setGroup(oldGroup); in testCreateChannel_cannotChangeGroup()
1335 oldGroup, updatedChannel.getGroup()); in testCreateChannel_cannotChangeGroup()