Home
last modified time | relevance | path

Searched refs:ACTION_DEVICE_LOCK_KIOSK_SETUP (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DStartLockTaskModeWorker.java19 … com.android.devicelockcontroller.policy.DevicePolicyControllerImpl.ACTION_DEVICE_LOCK_KIOSK_SETUP;
125 if (launchIntent.getAction() == ACTION_DEVICE_LOCK_KIOSK_SETUP) { in startWork()
DDevicePolicyControllerImpl.java94 static final String ACTION_DEVICE_LOCK_KIOSK_SETUP = field in DevicePolicyControllerImpl
406 final Intent kioskSetupIntent = new Intent(ACTION_DEVICE_LOCK_KIOSK_SETUP);
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DDevicePolicyControllerImplTest.java27 … 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()