Home
last modified time | relevance | path

Searched refs:refreshLocationMode (Results 1 – 6 of 6) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DLocationEnabler.java82 refreshLocationMode(); in onStart()
87 refreshLocationMode(); in onStart()
95 void refreshLocationMode() { in refreshLocationMode() method in LocationEnabler
123 refreshLocationMode(); in setLocationEnabled()
DTopLevelLocationPreferenceController.java86 refreshLocationMode(); in onStart()
91 refreshLocationMode(); in onStart()
99 private void refreshLocationMode() { in refreshLocationMode() method in TopLevelLocationPreferenceController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java80 refreshLocationMode();
174 refreshLocationMode(); in onCreate()
210 refreshLocationMode(); in onPreferenceChange()
238 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()