Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java95 private static boolean sDiscoveryStarted = false; field in CompanionDeviceDiscoveryService
125 if (sDiscoveryStarted) { in startForRequest()
188 if (sDiscoveryStarted) { in startDiscovery()
192 sDiscoveryStarted = true; in startDiscovery()
229 if (!sDiscoveryStarted) { in stopDiscoveryAndFinish()
266 sDiscoveryStarted = false; in stopDiscoveryAndFinish()
361 if (!sDiscoveryStarted) return; in onDeviceFound()