Home
last modified time | relevance | path

Searched refs:ACTION_LOCALE_CHANGED (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java61 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
62 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
98 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
DSplitClockView.java47 || Intent.ACTION_LOCALE_CHANGED.equals(action)
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
DVariableDateViewController.kt121 Intent.ACTION_LOCALE_CHANGED == action || in post()
140 Intent.ACTION_LOCALE_CHANGED == action in post()
175 addAction(Intent.ACTION_LOCALE_CHANGED) in onViewAttached()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DSystemLocaleWrapper.java83 new IntentFilter(Intent.ACTION_LOCALE_CHANGED), null, handler); in onStart()
98 if (!Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierDefaultBroadcastReceiver.java35 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) { in onReceive()
DSlicePurchaseBroadcastReceiver.java297 case Intent.ACTION_LOCALE_CHANGED: in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java128 intentFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in NotificationChannelController()
181 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModel.kt122 addAction(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
127 intent.action == Intent.ACTION_LOCALE_CHANGED in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DUserTrackerImpl.kt135 addAction(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
157 Intent.ACTION_LOCALE_CHANGED, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DUserTrackerImplReceiveTest.kt45 Intent.ACTION_LOCALE_CHANGED, in <lambda>()
DUserTrackerImplTest.kt181 assertThat(hasAction(Intent.ACTION_LOCALE_CHANGED)).isTrue() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java171 IntentFilter localeChangedFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED); in onCreate()
175 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) { in onCreate()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java717 makeBroadcastRecord(new Intent(Intent.ACTION_LOCALE_CHANGED) in testMakeActiveNextPending()
730 assertEquals(Intent.ACTION_LOCALE_CHANGED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
765 makeBroadcastRecord(new Intent(Intent.ACTION_LOCALE_CHANGED) in testUrgentStarvation()
781 assertEquals(Intent.ACTION_LOCALE_CHANGED, queue.getActive().intent.getAction()); in testUrgentStarvation()
829 makeBroadcastRecord(new Intent(Intent.ACTION_LOCALE_CHANGED) in testOffloadStarvation()
845 assertEquals(Intent.ACTION_LOCALE_CHANGED, queue.getActive().intent.getAction()); in testOffloadStarvation()
897 makeBroadcastRecord(new Intent(Intent.ACTION_LOCALE_CHANGED) in testPrioritizeEarliest()
918 assertEquals(Intent.ACTION_LOCALE_CHANGED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
934 makeBroadcastRecord(new Intent(Intent.ACTION_LOCALE_CHANGED) in testPrioritizeEarliest()
940 assertEquals(Intent.ACTION_LOCALE_CHANGED, queue.getActive().intent.getAction()); in testPrioritizeEarliest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java172 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
406 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in registerClockUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractor.kt339 addAction(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
632 Intent.ACTION_LOCALE_CHANGED -> true in <lambda>()
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DSlicePurchaseBroadcastReceiverTest.java315 doReturn(Intent.ACTION_LOCALE_CHANGED).when(mIntent).getAction(); in testLocaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DClockEventController.kt427 IntentFilter(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerService.java342 Intent intent = createBaseIntent(Intent.ACTION_LOCALE_CHANGED, appPackageName, locales); in notifyAppWhoseLocaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java225 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in init()
1166 case Intent.ACTION_LOCALE_CHANGED: in getTileWithCurrentState()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java201 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
336 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in ContentService()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java1801 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1833 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1843 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractorTest.kt744 Intent(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java675 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in LockSettingsService()
921 } else if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java545 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in ShortcutService()
3740 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java556 if (action.equals(Intent.ACTION_LOCALE_CHANGED)) {
707 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in ServiceStateTracker()

12