Searched refs:ACTION_START_DEVICE_SUBSIDY_PROVISIONING (Results 1 – 4 of 4) sorted by relevance
20 …m.android.devicelockcontroller.common.DeviceLockConstants.ACTION_START_DEVICE_SUBSIDY_PROVISIONING;80 case ACTION_START_DEVICE_SUBSIDY_PROVISIONING: in onViewCreated()
149 public static final String ACTION_START_DEVICE_SUBSIDY_PROVISIONING = field in DeviceLockConstants
21 …m.android.devicelockcontroller.common.DeviceLockConstants.ACTION_START_DEVICE_SUBSIDY_PROVISIONING;392 return resultIntent.setAction(ACTION_START_DEVICE_SUBSIDY_PROVISIONING);
21 …m.android.devicelockcontroller.common.DeviceLockConstants.ACTION_START_DEVICE_SUBSIDY_PROVISIONING;810 assertThat(intent.getAction()).isEqualTo(ACTION_START_DEVICE_SUBSIDY_PROVISIONING); in getLaunchIntentForCurrentState_withProvisionTypeSubsidy_shouldReturnIntent()