Home
last modified time | relevance | path

Searched refs:MODE_CHANGING_ACTION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java100 argThat(actionMatches(LocationManager.MODE_CHANGING_ACTION)), in testUpdateLocationMode_sendBroadcast()
115 argThat(actionMatches(LocationManager.MODE_CHANGING_ACTION)), in testUpdateLocationEnabled_sendBroadcast()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java59 Intent intent = new Intent(LocationManager.MODE_CHANGING_ACTION); in updateLocationEnabled()
81 Intent intent = new Intent(LocationManager.MODE_CHANGING_ACTION); in updateLocationMode()
/frameworks/base/location/java/android/location/
DLocationManager.java207 public static final String MODE_CHANGING_ACTION = "com.android.settings.location.MODE_CHANGING"; field in LocationManager