Home
last modified time | relevance | path

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

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleReceiver.java45 public static final String EXTRA_LOCALE = "com.android.intent.extra.LOCALE"; field in CustomLocaleReceiver
57 String locale = intent.getStringExtra(EXTRA_LOCALE); in onReceive()