Home
last modified time | relevance | path

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

/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() argument
78 return "Channel " + channelName + " mismatch: expected<0x" + Integer.toHexString(e) in verifyChannel()
106 private static String verifyChannel(String channelName, Color expected, Color observed, in verifyChannel() argument
114 return "Channel " + channelName + " mismatch: expected<" + e + ">, observed: <" + o 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() argument
45 final NotificationChannel channel = new NotificationChannel(channelId, channelName, in createNotificationChannel()
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl22 void createNotificationChannel(String channelId, String channelName, String channelDescription); in createNotificationChannel() argument
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20116/src/android/security/cts/CVE_2022_20116/
DPocService.java57 getString(R.string.channelId), getString(R.string.channelName), in showNotification()
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21143.java69 context.getString(R.string.channelName), in testPocCVE_2023_21143()