Searched refs:ACTION_RESUME_PROVISIONING (Results 1 – 9 of 9) sorted by relevance
23 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;102 Intent intent = new Intent(ACTION_RESUME_PROVISIONING); in testGetAllProvisioningExtras_ProvisioningResume()
32 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;101 if (intent == null || ACTION_RESUME_PROVISIONING.equals(intent.getAction())) { in getAllProvisioningExtras()
26 public static final String ACTION_RESUME_PROVISIONING = field in Globals
66 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in testShowResumeNotification()
151 Intent resumeIntent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in resumeProvisioning()
43 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;587 if (ACTION_RESUME_PROVISIONING.equals(intent.getAction())) { in verifyActionAndCallerInner()
70 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;384 if (ACTION_RESUME_PROVISIONING.equals(provisioningAction)) { in parse()
26 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;746 when(mIntent.getAction()).thenReturn(ACTION_RESUME_PROVISIONING); in prepareMocksForAfterEncryption()
315 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING) in testParse_resumeProvisioningIntent()