Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DEncryptionControllerTest.java187 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class)); in verifyStartPreProvisioningActivity()
192 verify(mResumeNotificationHelper).showResumeNotification(intentCaptor.capture()); in verifyShowResumeNotification()
200 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class)); in verifyNothingStarted()
DResumeNotificationHelperTest.java67 mResumeNotificationHelper.showResumeNotification(intent); in testShowResumeNotification()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptionController.java176 mResumeNotificationHelper.showResumeNotification(resumeIntent); in resumeProvisioning()
203 public void showResumeNotification(Intent intent) { in showResumeNotification() method in EncryptionController.ResumeNotificationHelper