Searched refs:ACTION_LOCALE_CHANGED (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierDefaultBroadcastReceiver.java35 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java53 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
54 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
89 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
H A DSplitClockView.java47 || Intent.ACTION_LOCALE_CHANGED.equals(action)
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java107 intentFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
144 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardSliceProvider.java104 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
105 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
245 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java93 IntentFilter localeChangedFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
97 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1503 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1528 // Make sure even if we receive ACTION_LOCALE_CHANGED, if the locale hasn't actually
1535 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1545 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
H A DShortcutManagerTest1.java7135 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java151 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
299 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java361 new IntentFilter(Intent.ACTION_LOCALE_CHANGED));
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java468 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
2822 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java433 if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
545 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java920 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
963 * Handles {@link Intent#ACTION_LOCALE_CHANGED}.
965 * <p>Note: For historical reasons, {@link Intent#ACTION_LOCALE_CHANGED} has been sent to all
1540 broadcastFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java948 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
1562 IntentFilter localeChangedFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java2523 public static final String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_CHANGED"; field in class:Intent
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2267 new Intent(Intent.ACTION_LOCALE_CHANGED));
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java22637 intent = new Intent(Intent.ACTION_LOCALE_CHANGED);
[all...]

Completed in 379 milliseconds