Searched refs:mRemoteUnlockDevice (Results 1 – 1 of 1) sorted by relevance
138 private BluetoothDevice mRemoteUnlockDevice; field in CarTrustAgentUnlockService219 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 …]