Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java57 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarBleTrustAgent
80 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()
DCarTrustedDeviceService.java95 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarTrustedDeviceService
110 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()
DCarTrustAgentBleManager.java101 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarTrustAgentBleManager
282 if (mCarTrustAgentUnlockService != null) { in getUnlockService()
283 return mCarTrustAgentUnlockService; in getUnlockService()
287 mCarTrustAgentUnlockService = getTrustedDeviceService().getCarTrustAgentUnlockService(); in getUnlockService()
289 return mCarTrustAgentUnlockService; in getUnlockService()