Searched refs:MODE_CHANGED_ACTION (Results 1 – 15 of 15) sorted by relevance
75 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in LocationControllerImpl()195 } else if (LocationManager.MODE_CHANGED_ACTION.equals(action)) { in onReceive()
157 } else if (action.equals(LocationManager.MODE_CHANGED_ACTION)) {206 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in GpsNetInitiatedHandler()
156 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in start()172 } else if (action.equals(LocationManager.MODE_CHANGED_ACTION)) { in start()
251 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in testEnterScanModeWhenLocationModeEnabled()284 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in testExitScanModeWhenLocationModeDisabled()
125 if (LocationManager.MODE_CHANGED_ACTION.equals(action)) {283 IntentFilter locationModeFilter = new IntentFilter(LocationManager.MODE_CHANGED_ACTION); in NetworkScoreService()
536 new Intent(LocationManager.MODE_CHANGED_ACTION), in onLocationModeChangedLocked()
305 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in start()
190 public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED"; field in LocationManager
1420 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in simulateLocationModeChange()
430 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in start()
842 }, new IntentFilter(LocationManager.MODE_CHANGED_ACTION)); in P2pStateMachine()
213 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in simulateLocationModeChange()
3535 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in simulateLocationModeChange()
13890 … field public static final java.lang.String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";
23011 field public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";