Searched refs:locationIntentFilter (Results 1 – 1 of 1) sorted by relevance
201 IntentFilter locationIntentFilter = new IntentFilter(LocationManager.MODE_CHANGED_ACTION); in ScanManager() local202 locationIntentFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY); in ScanManager()203 mContext.registerReceiver(mLocationReceiver, locationIntentFilter); in ScanManager()