/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DateView.java | 61 || Intent.ACTION_LOCALE_CHANGED.equals(action)) { 62 if (Intent.ACTION_LOCALE_CHANGED.equals(action) 98 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
|
D | SplitClockView.java | 47 || Intent.ACTION_LOCALE_CHANGED.equals(action) 75 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
|
D | VariableDateViewController.kt | 121 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/ |
D | SystemLocaleWrapper.java | 83 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/ |
D | CarrierDefaultBroadcastReceiver.java | 35 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) { in onReceive()
|
D | SlicePurchaseBroadcastReceiver.java | 297 case Intent.ACTION_LOCALE_CHANGED: in onReceive()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 128 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/ |
D | ShadeHeaderViewModel.kt | 122 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/ |
D | UserTrackerImpl.kt | 135 addAction(Intent.ACTION_LOCALE_CHANGED) in <lambda>() 157 Intent.ACTION_LOCALE_CHANGED, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
D | UserTrackerImplReceiveTest.kt | 45 Intent.ACTION_LOCALE_CHANGED, in <lambda>()
|
D | UserTrackerImplTest.kt | 181 assertThat(hasAction(Intent.ACTION_LOCALE_CHANGED)).isTrue() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIApplication.java | 171 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/ |
D | BroadcastQueueModernImplTest.java | 717 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/ |
D | KeyguardSliceProvider.java | 172 } 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/ |
D | UserSwitcherInteractor.kt | 339 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/ |
D | SlicePurchaseBroadcastReceiverTest.java | 315 doReturn(Intent.ACTION_LOCALE_CHANGED).when(mIntent).getAction(); in testLocaleChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | ClockEventController.kt | 427 IntentFilter(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/locales/ |
D | LocaleManagerService.java | 342 Intent intent = createBaseIntent(Intent.ACTION_LOCALE_CHANGED, appPackageName, locales); in notifyAppWhoseLocaleChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManager.java | 225 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/ |
D | ContentService.java | 201 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/ |
D | ShortcutManagerTest2.java | 1801 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/ |
D | UserSwitcherInteractorTest.kt | 744 Intent(Intent.ACTION_LOCALE_CHANGED) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 675 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/ |
D | ShortcutService.java | 545 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/ |
D | ServiceStateTracker.java | 556 if (action.equals(Intent.ACTION_LOCALE_CHANGED)) { 707 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in ServiceStateTracker()
|