Searched refs:mTrustedDeviceService (Results 1 – 2 of 2) sorted by relevance
128 private final CarTrustedDeviceService mTrustedDeviceService; field in CarTrustAgentUnlockService151 mTrustedDeviceService = service; in CarTrustAgentUnlockService()178 SharedPreferences.Editor editor = mTrustedDeviceService.getSharedPrefs().edit(); in setTrustedDeviceUnlockEnabled()198 if (!mTrustedDeviceService.getSharedPrefs().getBoolean(TRUSTED_DEVICE_UNLOCK_ENABLED_KEY, in startUnlockAdvertising()203 mTrustedDeviceService.getCarTrustAgentEnrollmentService().stopEnrollmentAdvertising(); in startUnlockAdvertising()300 mTrustedDeviceService.clearEncryptionKey(mClientDeviceId); in onUnlockDataReceived()314 mTrustedDeviceService.clearEncryptionKey(mClientDeviceId); in onUnlockDataReceived()320 mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes()); in onUnlockDataReceived()360 || mTrustedDeviceService.getEncryptionKey(deviceId.toString()) == null) { in convertToDeviceId()458 byte[] oldSessionKeyBytes = mTrustedDeviceService.getEncryptionKey(mClientDeviceId); in showVerificationCode()[all …]
94 private final CarTrustedDeviceService mTrustedDeviceService; field in CarTrustAgentEnrollmentService141 mTrustedDeviceService = service; in CarTrustAgentEnrollmentService()175 if (!mTrustedDeviceService.getSharedPrefs() in startEnrollmentAdvertising()182 mTrustedDeviceService.getCarTrustAgentUnlockService().stopUnlockAdvertising(); in startEnrollmentAdvertising()240 int uid = mTrustedDeviceService.getSharedPrefs().getInt(String.valueOf(handle), -1); in terminateEnrollmentHandshake()295 SharedPreferences.Editor editor = mTrustedDeviceService.getSharedPrefs().edit(); in setTrustedDeviceEnrollmentEnabled()312 mTrustedDeviceService.getCarTrustAgentUnlockService() in setTrustedDeviceUnlockEnabled()326 Set<String> enrolledDeviceInfos = mTrustedDeviceService.getSharedPrefs().getStringSet( in getEnrolledDeviceInfosForUser()407 SharedPreferences sharedPrefs = mTrustedDeviceService.getSharedPrefs(); in onEscrowTokenRemoved()457 SharedPreferences sharedPrefs = mTrustedDeviceService.getSharedPrefs(); in onEscrowTokenActiveStateChanged()[all …]