HomeSort by relevance Sort by last modified time
    Searched full:mresumenotificationhelper (Results 1 - 2 of 2) sorted by null

  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/uiflows/
EncryptionControllerTest.java 67 @Mock private EncryptionController.ResumeNotificationHelper mResumeNotificationHelper;
87 TEST_HOME_RECEIVER, mResumeNotificationHelper, TEST_USER_ID);
128 verify(mResumeNotificationHelper).showResumeNotification(any(Intent.class));
139 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
152 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
162 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
174 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
185 verify(mResumeNotificationHelper, never()).showResumeNotification(any(Intent.class));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java 57 private final ResumeNotificationHelper mResumeNotificationHelper;
92 mResumeNotificationHelper = checkNotNull(resumeNotificationHelper,
166 mResumeNotificationHelper.showResumeNotification(resumeIntent);

Completed in 3803 milliseconds