Home
last modified time | relevance | path

Searched refs:notificationTitle (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java73 private CountDownLatch initWipeNotificationLatch(@NonNull String notificationTitle, in initWipeNotificationLatch() argument
79 assertEquals("Wipe notification title not found", notificationTitle, in initWipeNotificationLatch()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1239 final String notificationTitle = "deferThenImmediateNotify"; in testForegroundService_deferThenImmediateNotify() local
1253 .setContentTitle(notificationTitle) in testForegroundService_deferThenImmediateNotify()
1259 assertNotification(1, notificationTitle); in testForegroundService_deferThenImmediateNotify()
1267 final String notificationTitle = "deferThenDeferrableNotify"; in testForegroundService_deferThenDeferrableNotify() local
1281 .setContentTitle(notificationTitle) in testForegroundService_deferThenDeferrableNotify()
1292 assertNotification(1, notificationTitle); in testForegroundService_deferThenDeferrableNotify()