Searched refs:MODE_CHANGED_ACTION (Results 1 – 9 of 9) sorted by relevance
133 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in LocationControllerImpl()349 if (LocationManager.MODE_CHANGED_ACTION.equals(intent.getAction())) { in onReceive()
163 mLocationController.onReceive(mContext, new Intent(LocationManager.MODE_CHANGED_ACTION)); in testCallbackNotified()361 mLocationController.onReceive(mContext, new Intent(LocationManager.MODE_CHANGED_ACTION)); in testCallbackRemoved()
121 if (LocationManager.MODE_CHANGED_ACTION.equals(action)) {279 IntentFilter locationModeFilter = new IntentFilter(LocationManager.MODE_CHANGED_ACTION); in NetworkScoreService()
173 filter.addAction(LocationManager.MODE_CHANGED_ACTION); in ServiceConfigAccessorImpl()
328 public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED"; field in LocationManager
577 Intent intent = new Intent(LocationManager.MODE_CHANGED_ACTION) in onLocationModeChanged()
606 field public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13890 … field public static final java.lang.String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";