Searched refs:PROVISIONING_SERVICE_INTENT (Results 1 – 3 of 3) sorted by relevance
23 import static com.android.managedprovisioning.provisioning.Constants.PROVISIONING_SERVICE_INTENT;109 getApplicationContext().startService(PROVISIONING_SERVICE_INTENT); in onStart()179 getApplicationContext().stopService(PROVISIONING_SERVICE_INTENT); in onDestroy()
91 public static final Intent PROVISIONING_SERVICE_INTENT = new Intent().setComponent( field in Constants
41 import static com.android.managedprovisioning.provisioning.Constants.PROVISIONING_SERVICE_INTENT;216 getApplicationContext().startService(PROVISIONING_SERVICE_INTENT); in onStart()283 getApplicationContext().stopService(PROVISIONING_SERVICE_INTENT);