Searched refs:ACTION_DEVICE_LOCK_KIOSK_SETUP (Results 1 – 3 of 3) sorted by relevance
19 … com.android.devicelockcontroller.policy.DevicePolicyControllerImpl.ACTION_DEVICE_LOCK_KIOSK_SETUP;125 if (launchIntent.getAction() == ACTION_DEVICE_LOCK_KIOSK_SETUP) { in startWork()
94 static final String ACTION_DEVICE_LOCK_KIOSK_SETUP = field in DevicePolicyControllerImpl406 final Intent kioskSetupIntent = new Intent(ACTION_DEVICE_LOCK_KIOSK_SETUP);
27 … com.android.devicelockcontroller.policy.DevicePolicyControllerImpl.ACTION_DEVICE_LOCK_KIOSK_SETUP;689 assertThat(intent.getAction()).isEqualTo(ACTION_DEVICE_LOCK_KIOSK_SETUP); in getLaunchIntentForCurrentState_withKioskProvisionedState_shouldReturnIntent()1184 new IntentFilter(ACTION_DEVICE_LOCK_KIOSK_SETUP); in installKioskAppWithSetupIntentFilter()