Home
last modified time | relevance | path

Searched refs:refreshLocationMode (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
DLocationEnabler.java82 refreshLocationMode(); in onStart()
87 refreshLocationMode(); in onStart()
95 void refreshLocationMode() { in refreshLocationMode() method in LocationEnabler
123 refreshLocationMode(); in setLocationEnabled()
DTopLevelLocationPreferenceController.java115 refreshLocationMode(); in onStart()
120 refreshLocationMode(); in onStart()
128 private void refreshLocationMode() { in refreshLocationMode() method in TopLevelLocationPreferenceController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java88 refreshLocationMode();
223 refreshLocationMode(); in onCreate()
261 refreshLocationMode(); in onPreferenceChange()
292 private void refreshLocationMode() { in refreshLocationMode() method in LocationFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationEnablerTest.java98 verify(mEnabler).refreshLocationMode(); in onStart_shouldRefreshLocationMode()
139 mEnabler.refreshLocationMode(); in refreshLocationMode_shouldCallOnLocationModeChanged()
151 verify(mEnabler).refreshLocationMode(); in setLocationEnabled_notRestricted_shouldRefreshLocation()