Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java73 private static final String ACTION_LOCK_SETTINGS = "android.car.settings.SCREEN_LOCK_ACTIVITY"; field in TrustedDeviceActivity
359 Intent intent = new Intent(ACTION_LOCK_SETTINGS); in createScreenLock()