Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java856 NotificationChannel newChannel = new NotificationChannel( in testRecreateDeletedChannel() local
861 mNotificationManager.createNotificationChannel(newChannel); in testRecreateDeletedChannel()
864 mNotificationManager.getNotificationChannel(newChannel.getId())); in testRecreateDeletedChannel()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java442 Channels.newChannel(compressor).write(pageData); in maybeCompressPage()