Searched refs:ACTION_RESUME_PROVISIONING (Results 1 – 9 of 9) sorted by relevance
26 public static final String ACTION_RESUME_PROVISIONING = field in Globals
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()
51 final Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in showResumeNotification_showsExpectedNotification()
183 Intent resumeIntent = new Intent(Globals.ACTION_RESUME_PROVISIONING); in resumeProvisioningInternal()
53 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;800 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()
46 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;1606 when(mIntent.getAction()).thenReturn(ACTION_RESUME_PROVISIONING); in prepareMocksForAfterEncryption()
367 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING) in testParse_resumeProvisioningIntent()