Searched refs:isRestrictedForEntry (Results 1 – 2 of 2) sorted by relevance
80 private boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedDropDownPreference207 boolean isEntryRestricted = isRestrictedForEntry(entry); in getDropDownView()
95 public boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedListPreference159 if (isRestrictedForEntry(entry)) { in getView()