Searched refs:locationIntentFilter (Results 1 – 1 of 1) sorted by relevance
145 IntentFilter locationIntentFilter = new IntentFilter(LocationManager.MODE_CHANGED_ACTION); in start() local146 mService.registerReceiver(mLocationReceiver, locationIntentFilter); in start()