Home
last modified time | relevance | path

Searched defs:channelName (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl22 void createNotificationChannel(String channelId, String channelName, String channelDescription); in createNotificationChannel()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DColorUtils.java71 private static String verifyChannel(String channelName, int expected, int observed, in verifyChannel()
106 private static String verifyChannel(String channelName, Color expected, Color observed, in verifyChannel()
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java43 public void createNotificationChannel(String channelId, String channelName, in createNotificationChannel()