HomeSort by relevance Sort by last modified time
    Searched refs:mResumeNotificationHelper (Results 1 - 3 of 3) sorted by null

  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
ResumeNotificationHelperTest.java 44 private ResumeNotificationHelper mResumeNotificationHelper;
51 mResumeNotificationHelper = new ResumeNotificationHelper(mContext);
67 mResumeNotificationHelper.showResumeNotification(intent);
EncryptionControllerTest.java 60 @Mock private EncryptionController.ResumeNotificationHelper mResumeNotificationHelper;
175 mResumeNotificationHelper, TEST_USER_ID);
187 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
192 verify(mResumeNotificationHelper).showResumeNotification(intentCaptor.capture());
200 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
EncryptionController.java 61 private final ResumeNotificationHelper mResumeNotificationHelper;
100 mResumeNotificationHelper = checkNotNull(resumeNotificationHelper,
176 mResumeNotificationHelper.showResumeNotification(resumeIntent);

Completed in 620 milliseconds