Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java201 IntentFilter locationIntentFilter = new IntentFilter(LocationManager.MODE_CHANGED_ACTION); in ScanManager() local
202 locationIntentFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY); in ScanManager()
203 mContext.registerReceiver(mLocationReceiver, locationIntentFilter); in ScanManager()