OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResumeNotificationHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java
57
private final
ResumeNotificationHelper
mResumeNotificationHelper;
79
new
ResumeNotificationHelper
(context),
86
ResumeNotificationHelper
resumeNotificationHelper
, int userId) {
92
mResumeNotificationHelper = checkNotNull(
resumeNotificationHelper
,
93
"
ResumeNotificationHelper
must not be null");
184
public static class
ResumeNotificationHelper
{
187
public
ResumeNotificationHelper
(Context context) {
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/uiflows/
EncryptionControllerTest.java
67
@Mock private EncryptionController.
ResumeNotificationHelper
mResumeNotificationHelper;
Completed in 62 milliseconds