Home
last modified time | relevance | path

Searched refs:showResumeNotification (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DEncryptionControllerTest.java188 verify(mNotificationHelper, never()).showResumeNotification(any(Intent.class)); in verifyStartPreProvisioningActivity()
193 verify(mNotificationHelper).showResumeNotification(intentCaptor.capture()); in verifyShowResumeNotification()
201 verify(mNotificationHelper, never()).showResumeNotification(any(Intent.class)); in verifyNothingStarted()
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java52 mNotificationHelper.showResumeNotification(intent); in showResumeNotification_showsExpectedNotification()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java53 public void showResumeNotification(Intent intent) { in showResumeNotification() method in NotificationHelper
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptionController.java166 mNotificationHelper.showResumeNotification(resumeIntent); in resumeProvisioning()