Searched refs:IntentStore (Results 1 – 5 of 5) sorted by relevance
90 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()
32 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()
155 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()
45 public class IntentStore { class70 public IntentStore(Context context, String name) { in IntentStore() method in IntentStore
40 import com.android.managedprovisioning.IntentStore;63 @Mock private IntentStore mIntentStore;