Searched refs:MODE_CHANGING_ACTION (Results 1 – 3 of 3) sorted by relevance
100 argThat(actionMatches(LocationManager.MODE_CHANGING_ACTION)), in testUpdateLocationMode_sendBroadcast()115 argThat(actionMatches(LocationManager.MODE_CHANGING_ACTION)), in testUpdateLocationEnabled_sendBroadcast()
59 Intent intent = new Intent(LocationManager.MODE_CHANGING_ACTION); in updateLocationEnabled()81 Intent intent = new Intent(LocationManager.MODE_CHANGING_ACTION); in updateLocationMode()
207 public static final String MODE_CHANGING_ACTION = "com.android.settings.location.MODE_CHANGING"; field in LocationManager