Home
last modified time | relevance | path

Searched refs:ACTION_SET_LOCALE (Results 1 – 1 of 1) sorted by relevance

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleReceiver.java43 public static final String ACTION_SET_LOCALE = "com.android.intent.action.SET_LOCALE"; field in CustomLocaleReceiver
50 if (intent == null || ! ACTION_SET_LOCALE.equals(intent.getAction())) { in onReceive()