Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java48 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarTrustedDeviceService
57 mCarTrustAgentUnlockService = new CarTrustAgentUnlockService(mContext, this, in CarTrustedDeviceService()
64 mCarTrustAgentUnlockService.init(); in init()
72 mCarTrustAgentUnlockService.release(); in release()
86 return mCarTrustAgentUnlockService; in getCarTrustAgentUnlockService()
97 mCarTrustAgentUnlockService.onRemoteDeviceConnected(device); in onRemoteDeviceConnected()
103 mCarTrustAgentUnlockService.onRemoteDeviceDisconnected(device); in onRemoteDeviceDisconnected()
129 mCarTrustAgentUnlockService.dump(writer); in dump()
DCarBleTrustAgent.java61 private CarTrustAgentUnlockService mCarTrustAgentUnlockService; field in CarBleTrustAgent
84 mCarTrustAgentUnlockService = mCarTrustedDeviceService.getCarTrustAgentUnlockService(); in onCreate()
118 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceLocked()
119 mCarTrustAgentUnlockService.startUnlockAdvertising(); in onDeviceLocked()
131 if (isBluetoothAvailable() && mCarTrustAgentUnlockService != null) { in onDeviceUnlocked()
132 mCarTrustAgentUnlockService.stopUnlockAdvertising(); in onDeviceUnlocked()
200 if (mCarTrustAgentUnlockService == null) { in setUnlockRequestDelegate()
203 mCarTrustAgentUnlockService.setUnlockRequestDelegate(mUnlockDelegate); in setUnlockRequestDelegate()
256 if (mCarTrustAgentUnlockService != null && hasTrustedDevice(uid)) { in onBluetoothStateChanged()
257 mCarTrustAgentUnlockService.startUnlockAdvertising(); in onBluetoothStateChanged()