Searched defs:locationMode (Results 1 – 3 of 3) sorted by relevance
69 private static int locationMode = PowerManager.LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF; field in ShadowPowerManager205 public void setLocationPowerSaveMode(@PowerManager.LocationPowerSaveMode int locationMode) { in setLocationPowerSaveMode()
552 public void setLocationMode(int locationMode) { in setLocationMode()563 private void setLocationModeInternal(int locationMode) { in setLocationModeInternal()564 Secure.putInt(getContext().getContentResolver(), LOCATION_MODE, locationMode); in setLocationModeInternal() local
3543 "locationMode": { object