Searched refs:channelName (Results 1 – 5 of 5) sorted by relevance
/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() 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/ |
D | TestService.java | 43 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/ |
D | ITestReceiver.aidl | 22 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/ |
D | PocService.java | 57 getString(R.string.channelId), getString(R.string.channelName), in showNotification()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_21143.java | 69 context.getString(R.string.channelName), in testPocCVE_2023_21143()
|