Home
last modified time | relevance | path

Searched refs:notificationText (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java74 @NonNull String notificationText) { in initWipeNotificationLatch() argument
82 if (!TextUtils.isEmpty(notificationText)) { in initWipeNotificationLatch()
83 assertEquals("Wipe notification content not found", notificationText, in initWipeNotificationLatch()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DListenerService.java57 String notificationText = notificationExtras.getString(Notification.EXTRA_TEXT); in broadcastIfVulnerableNotificationFound() local
66 && notificationText.contains(getString(R.string.accountName))) { in broadcastIfVulnerableNotificationFound()
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21143.java76 .setContentText(context.getString(R.string.notificationText)) in testPocCVE_2023_21143()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
DDeviceTest.java93 .setContentText(context.getString(R.string.notificationText)) in testPocCVE_2023_21144()
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java2035 String notificationText) { in buildNotification() argument
2039 .setContentText(notificationText) in buildNotification()
2044 String notificationText) { in buildMediaNotification() argument
2052 .setContentText(notificationText) in buildMediaNotification()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1215 String notificationText) { in buildNotification() argument
1219 .setContentText(notificationText) in buildNotification()