/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ConfigurationController.java | 46 default void onLocaleListChanged() {} in onLocaleListChanged() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardStatusViewControllerTest.java | 94 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController() 95 verify(mKeyguardClockSwitchController).onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
|
D | KeyguardClockSwitchControllerTest.java | 134 mController.onLocaleListChanged(); in onLocaleListChangedRebuildsSmartspaceView() 147 mController.onLocaleListChanged(); in onLocaleListChanged_rebuildsSmartspaceViews_whenDecouplingEnabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImpl.kt | 117 it.onLocaleListChanged() in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 424 public void onLocaleListChanged() { 426 mKeyguardClockSwitchController.onLocaleListChanged();
|
D | KeyguardClockSwitchController.java | 383 void onLocaleListChanged() { in onLocaleListChanged() method in KeyguardClockSwitchController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManager.kt | 59 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/ |
D | MediaFilterRepository.kt | 66 override fun onLocaleListChanged() { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImplTest.kt | 365 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/ |
D | MediaDeviceManager.kt | 179 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/ |
D | MediaCarouselControllerTest.kt | 775 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/ |
D | MediaCarouselController.kt | 283 override fun onLocaleListChanged() { in <lambda>() method
|