Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java138 private BluetoothDevice mRemoteUnlockDevice; field in CarTrustAgentUnlockService
219 if (mRemoteUnlockDevice != null) { in stopUnlockAdvertising()
221 mRemoteUnlockDevice = null; in stopUnlockAdvertising()
232 mRemoteUnlockDevice = null; in release()
240 if (mRemoteUnlockDevice != null) { in onRemoteDeviceConnected()
246 mRemoteUnlockDevice = device; in onRemoteDeviceConnected()
254 if (!device.equals(mRemoteUnlockDevice) && device.getAddress() != null) { in onRemoteDeviceDisconnected()
259 mRemoteUnlockDevice = null; in onRemoteDeviceDisconnected()
351 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, ack, in sendAckToClient()
379 mCarTrustAgentBleManager.sendUnlockMessage(mRemoteUnlockDevice, in processKeyExchangeHandshakeMessage()
[all …]