Searched refs:MODE_CHANGED_ACTION (Results 1 – 14 of 14) sorted by relevance
66 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in LocationControllerImpl()186 } else if (LocationManager.MODE_CHANGED_ACTION.equals(action)) { in onReceive()
160 } else if (action.equals(LocationManager.MODE_CHANGED_ACTION)) {206 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in GpsNetInitiatedHandler()
159 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in WifiController()178 } else if (action.equals(LocationManager.MODE_CHANGED_ACTION)) { in WifiController()
241 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in testEnterScanModeWhenLocationModeEnabled()275 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()
1687 mContext.sendBroadcastAsUser(new Intent(LocationManager.MODE_CHANGED_ACTION), in updateProvidersLocked()
282 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in start()
196 public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED"; field in LocationManager
1413 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION); in simulateLocationModeChange()
425 intentFilter.addAction(LocationManager.MODE_CHANGED_ACTION); in start()
3484 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";
20098 Landroid/location/LocationManager;->MODE_CHANGED_ACTION:Ljava/lang/String;
21896 … field public static final java.lang.String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";