HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_LOCALE_CHANGED (Results 1 - 25 of 72) sorted by null

1 2 3

  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
MyReceiver.java 29 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
MyReceiver.java 34 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
CarrierDefaultBroadcastReceiver.java 35 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 53 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
54 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
89 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
SplitClockView.java 47 || Intent.ACTION_LOCALE_CHANGED.equals(action)
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java 75 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
NotificationChannelController.java 107 intentFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
144 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardSliceProvider.java 104 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
105 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
245 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 63 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 48 } else if (action.equals(Intent.ACTION_LOCALE_CHANGED)) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 42 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 51 new IntentFilter(Intent.ACTION_LOCALE_CHANGED));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 93 IntentFilter localeChangedFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
97 if (Intent.ACTION_LOCALE_CHANGED.equals(intent.getAction())) {
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchModel.java 71 final IntentFilter localeBroadcastFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
CityModel.java 87 final IntentFilter localeBroadcastFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
RingtoneModel.java 79 final IntentFilter localeBroadcastFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
FormattedStringModel.java 58 final IntentFilter localeBroadcastFilter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 113 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 101 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java 75 if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 62 * When the system locale has been changed, {@link Intent#ACTION_LOCALE_CHANGED} is received by
89 } else if (Intent.ACTION_LOCALE_CHANGED.equals(intentAction)) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 105 filter = new IntentFilter(Intent.ACTION_LOCALE_CHANGED);
154 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 127 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {

Completed in 482 milliseconds

1 2 3