HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SET_LOCALE (Results 1 - 2 of 2) sorted by null

  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 43 public static final String ACTION_SET_LOCALE = "com.android.intent.action.SET_LOCALE";
50 if (intent == null || ! ACTION_SET_LOCALE.equals(intent.getAction())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 43 private static final int ACTION_SET_LOCALE = 1;
62 case ACTION_SET_LOCALE: {
96 LocaleMenuListener listener = new LocaleMenuListener(chooser, ACTION_SET_LOCALE,

Completed in 974 milliseconds