Home
last modified time | relevance | path

Searched refs:onLocaleListChanged (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java46 default void onLocaleListChanged() {} in onLocaleListChanged() method
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java94 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
95 verify(mKeyguardClockSwitchController).onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
DKeyguardClockSwitchControllerTest.java134 mController.onLocaleListChanged(); in onLocaleListChangedRebuildsSmartspaceView()
147 mController.onLocaleListChanged(); in onLocaleListChanged_rebuildsSmartspaceViews_whenDecouplingEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt117 it.onLocaleListChanged() in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java424 public void onLocaleListChanged() {
426 mKeyguardClockSwitchController.onLocaleListChanged();
DKeyguardClockSwitchController.java383 void onLocaleListChanged() { in onLocaleListChanged() method in KeyguardClockSwitchController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt59 override fun onLocaleListChanged() { in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/data/repository/
DMediaFilterRepository.kt66 override fun onLocaleListChanged() { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImplTest.kt365 override fun onLocaleListChanged() { in onLocaleListChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManager.kt179 override fun onLocaleListChanged() { in <lambda>() method in com.android.systemui.media.controls.domain.pipeline.MediaDeviceManager.Entry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt775 testConfigurationChange(configListener.value::onLocaleListChanged) in testOnLocaleListChanged_playersAreAddedBack()
781 testConfigurationChange(configListener.value::onLocaleListChanged) in testOnLocaleListChanged_playersAreAddedBack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt283 override fun onLocaleListChanged() { in <lambda>() method