Searched refs:ACTION_RESUME_PROVISIONING (Results 1 – 9 of 9) sorted by relevance
23 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;98 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
51 final Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in showResumeNotification_showsExpectedNotification()
183 Intent resumeIntent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in resumeProvisioningInternal()
48 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;718 if (ACTION_RESUME_PROVISIONING.equals(intent.getAction())) { in verifyActionAndCallerInner()
71 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;367 if (ACTION_RESUME_PROVISIONING.equals(provisioningAction)) { in parse()
39 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;1303 when(mIntent.getAction()).thenReturn(ACTION_RESUME_PROVISIONING); in prepareMocksForAfterEncryption()
367 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING) in testParse_resumeProvisioningIntent()