Home
last modified time | relevance | path

Searched refs:updateLocales (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DRtlLayoutPreferenceController.java54 updateLocales(); in onPreferenceChange()
69 updateLocales(); in onDeveloperOptionsSwitchDisabled()
74 void updateLocales() { in updateLocales() method in RtlLayoutPreferenceController
75 LocalePicker.updateLocales(mContext.getResources().getConfiguration().getLocales()); in updateLocales()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DRtlLayoutPreferenceController.java54 updateLocales(); in onPreferenceChange()
69 updateLocales(); in onDeveloperOptionsSwitchDisabled()
74 void updateLocales() { in updateLocales() method in RtlLayoutPreferenceController
75 LocalePicker.updateLocales(mContext.getResources().getConfiguration().getLocales()); in updateLocales()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DRtlLayoutPreferenceControllerTest.java84 doNothing().when(mController).updateLocales(); in onPreferenceChange_preferenceChecked_shouldEnableForceRtl()
96 doNothing().when(mController).updateLocales(); in onPreferenceChange__preferenceUnchecked_shouldDisableForceRtl()
108 doNothing().when(mController).updateLocales(); in onDeveloperOptionsSwitchDisabled_preferenceShouldBeEnabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/qstile/
DDevelopmentTiles.java148 LocalePicker.updateLocales(getResources().getConfiguration().getLocales()); in setIsEnabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragAndDropAdapter.java295 LocalePicker.updateLocales(mLocalesToSetNext); in updateLocalesWhenAnimationStops()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java299 LocalePicker.updateLocales(mLocalesToSetNext); in updateLocalesWhenAnimationStops()
/packages/apps/Settings/src/com/android/settings/development/qstile/
DDevelopmentTiles.java158 LocalePicker.updateLocales(getResources().getConfiguration().getLocales()); in setIsEnabled()