Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java96 private static final String TRUSTED_DEVICE_ENROLLMENT_ENABLED_KEY = field in CarTrustAgentEnrollmentService
213 .getBoolean(TRUSTED_DEVICE_ENROLLMENT_ENABLED_KEY, true)) { in startEnrollmentAdvertising()
366 editor.putBoolean(TRUSTED_DEVICE_ENROLLMENT_ENABLED_KEY, isEnabled); in setTrustedDeviceEnrollmentEnabled()