Searched refs:ACTION_SET_LOCALE (Results 1 – 1 of 1) sorted by relevance
43 public static final String ACTION_SET_LOCALE = "com.android.intent.action.SET_LOCALE"; field in CustomLocaleReceiver50 if (intent == null || ! ACTION_SET_LOCALE.equals(intent.getAction())) { in onReceive()