Searched defs:channelName (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/ |
D | ITestReceiver.aidl | 22 void createNotificationChannel(String channelId, String channelName, String channelDescription); in createNotificationChannel()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ColorUtils.java | 71 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/ |
D | TestService.java | 43 public void createNotificationChannel(String channelId, String channelName, in createNotificationChannel()
|