Home
last modified time | relevance | path

Searched refs:IntentStore (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
DIntentStoreTest.java90 IntentStore intentStore = createIntentStore(); in testPersistableBundle()
106 IntentStore loadingIntentStore = createIntentStore(); in testIntentCanBeRecovered()
110 private IntentStore createIntentStore() { in createIntentStore()
111 return new IntentStore(getContext(), SAMPLE_INTENT_STORE_NAME); in createIntentStore()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
DEncryptionController.java32 import com.android.managedprovisioning.IntentStore;
53 private final IntentStore mIntentStore;
75 new IntentStore(context, BOOT_REMINDER_INTENT_STORE_NAME), in EncryptionController()
84 EncryptionController(Context context, IntentStore intentStore, Utils utils, in EncryptionController()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DFinalizationActivity.java155 IntentStore intentStore = getIntentStore(this); in loadProvisioningParamsAndClearIntentStore()
171 private static IntentStore getIntentStore(Context context) { in getIntentStore()
172 return new IntentStore(context, INTENT_STORE_NAME); in getIntentStore()
DIntentStore.java45 public class IntentStore { class
70 public IntentStore(Context context, String name) { in IntentStore() method in IntentStore
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/uiflows/
DEncryptionControllerTest.java40 import com.android.managedprovisioning.IntentStore;
63 @Mock private IntentStore mIntentStore;