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.java202 stopUnlockAdvertising(); in startUnlockAdvertising()
213 void stopUnlockAdvertising() { in stopUnlockAdvertising() method in CarTrustAgentUnlockService
216 mCarTrustAgentBleManager.stopUnlockAdvertising(); in stopUnlockAdvertising()
DCarTrustedDeviceService.java117 mCarTrustAgentBleManager.stopUnlockAdvertising(); in cleanupBleService()
DCarBleTrustAgent.java132 mCarTrustAgentUnlockService.stopUnlockAdvertising(); in onDeviceUnlocked()
DCarTrustAgentBleManager.java484 void stopUnlockAdvertising() { in stopUnlockAdvertising() method in CarTrustAgentBleManager
DCarTrustAgentEnrollmentService.java219 mTrustedDeviceService.getCarTrustAgentUnlockService().stopUnlockAdvertising(); in startEnrollmentAdvertising()