Home
last modified time | relevance | path

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

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java184 if (((LocaleInfo) o).isCustom()) { in onCreateContextMenu()
324 mRemoveLocaleButton.setEnabled(info.isCustom()); in updateLocaleButtons()
424 public LocaleInfo(String locale, String displayName, boolean isCustom) { in LocaleInfo() argument
427 mIsCustom = isCustom; in LocaleInfo()
438 public boolean isCustom() { in isCustom() method in CustomLocaleActivity.LocaleInfo