Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java662 String oldGroup = null; in testCreateChannel_addToGroup() local
669 channel.setGroup(oldGroup); in testCreateChannel_addToGroup()
683 String oldGroup = "old group"; in testCreateChannel_cannotChangeGroup() local
686 new NotificationChannelGroup(oldGroup, oldGroup)); in testCreateChannel_cannotChangeGroup()
692 channel.setGroup(oldGroup); in testCreateChannel_cannotChangeGroup()
699 oldGroup, updatedChannel.getGroup()); in testCreateChannel_cannotChangeGroup()