Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java98 private static final String TRUSTED_DEVICE_UNLOCK_ENABLED_KEY = "trusted_device_unlock_enabled"; field in CarTrustAgentUnlockService
179 editor.putBoolean(TRUSTED_DEVICE_UNLOCK_ENABLED_KEY, isEnabled); in setTrustedDeviceUnlockEnabled()
198 if (!mTrustedDeviceService.getSharedPrefs().getBoolean(TRUSTED_DEVICE_UNLOCK_ENABLED_KEY, in startUnlockAdvertising()