Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java245 if (getUnlockService() != null) { in onCharacteristicWrite()
246 getUnlockService().onUnlockDataReceived(mBleMessagePayloadStream.toByteArray()); in onCharacteristicWrite()
281 private CarTrustAgentUnlockService getUnlockService() { in getUnlockService() method in CarTrustAgentBleManager