Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java204 stopUnlockAdvertising(); in startUnlockAdvertising()
214 void stopUnlockAdvertising() { in stopUnlockAdvertising() method in CarTrustAgentUnlockService
217 mCarTrustAgentBleManager.stopUnlockAdvertising(); in stopUnlockAdvertising()
DCarBleTrustAgent.java138 mCarTrustAgentUnlockService.stopUnlockAdvertising(); in onDeviceUnlocked()
DCarTrustedDeviceService.java171 mCarTrustAgentBleManager.stopUnlockAdvertising(); in cleanupBleService()
DCarTrustAgentBleManager.java451 void stopUnlockAdvertising() { in stopUnlockAdvertising() method in CarTrustAgentBleManager
DCarTrustAgentEnrollmentService.java182 mTrustedDeviceService.getCarTrustAgentUnlockService().stopUnlockAdvertising(); in startEnrollmentAdvertising()