Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java407 if (requiresLocationOn(client) && !locationEnabled) { in handleStartScan()
464 private boolean requiresLocationOn(ScanClient client) { in requiresLocationOn() method in ScanManager.ClientHandler
602 || (requiresLocationOn(client) && !mLocationManager.isLocationEnabled())) { in handleSuspendScans()
865 && (!requiresLocationOn(client) || mLocationManager.isLocationEnabled())) { in handleResumeScans()