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.java1298 String oldGroup = null; in testCreateChannel_addToGroup() local
1305 channel.setGroup(oldGroup); in testCreateChannel_addToGroup()
1318 String oldGroup = "old group"; in testCreateChannel_cannotChangeGroup() local
1321 new NotificationChannelGroup(oldGroup, oldGroup)); in testCreateChannel_cannotChangeGroup()
1327 channel.setGroup(oldGroup); in testCreateChannel_cannotChangeGroup()
1334 oldGroup, updatedChannel.getGroup()); in testCreateChannel_cannotChangeGroup()