Searched refs:notificationTitle (Results 1 – 2 of 2) sorted by relevance
73 private CountDownLatch initWipeNotificationLatch(@NonNull String notificationTitle, in initWipeNotificationLatch() argument79 assertEquals("Wipe notification title not found", notificationTitle, in initWipeNotificationLatch()
1239 final String notificationTitle = "deferThenImmediateNotify"; in testForegroundService_deferThenImmediateNotify() local1253 .setContentTitle(notificationTitle) in testForegroundService_deferThenImmediateNotify()1259 assertNotification(1, notificationTitle); in testForegroundService_deferThenImmediateNotify()1267 final String notificationTitle = "deferThenDeferrableNotify"; in testForegroundService_deferThenDeferrableNotify() local1283 .setContentTitle(notificationTitle) in testForegroundService_deferThenDeferrableNotify()1294 assertNotification(1, notificationTitle); in testForegroundService_deferThenDeferrableNotify()