Searched refs:mCarTrustAgentUnlockService (Results 1 – 3 of 3) sorted by relevance
57 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarBleTrustAgent80 mCarTrustAgentUnlockService = mCarTrustedDeviceService.getCarTrustAgentUnlockService(); in onCreate()114 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceLocked()115 mCarTrustAgentUnlockService.startUnlockAdvertising(); in onDeviceLocked()127 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceUnlocked()128 mCarTrustAgentUnlockService.stopUnlockAdvertising(); in onDeviceUnlocked()196 if (mCarTrustAgentUnlockService == null) { in setUnlockRequestDelegate()199 mCarTrustAgentUnlockService.setUnlockRequestDelegate(mUnlockDelegate); in setUnlockRequestDelegate()252 if (mCarTrustAgentUnlockService != null && hasTrustedDevice(uid)) { in onBluetoothStateChanged()253 mCarTrustAgentUnlockService.startUnlockAdvertising(); in onBluetoothStateChanged()
95 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarTrustedDeviceService110 mCarTrustAgentUnlockService = new CarTrustAgentUnlockService(this, in CarTrustedDeviceService()117 mCarTrustAgentUnlockService.init(); in init()124 mCarTrustAgentUnlockService.release(); in release()138 return mCarTrustAgentUnlockService; in getCarTrustAgentUnlockService()153 mCarTrustAgentUnlockService.onRemoteDeviceConnected(device); in onRemoteDeviceConnected()158 mCarTrustAgentUnlockService.onRemoteDeviceDisconnected(device); in onRemoteDeviceDisconnected()192 mCarTrustAgentUnlockService.dump(writer); in dump()
101 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarTrustAgentBleManager282 if (mCarTrustAgentUnlockService != null) { in getUnlockService()283 return mCarTrustAgentUnlockService; in getUnlockService()287 mCarTrustAgentUnlockService = getTrustedDeviceService().getCarTrustAgentUnlockService(); in getUnlockService()289 return mCarTrustAgentUnlockService; in getUnlockService()