Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DRestrictedDropDownPreference.java80 private boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedDropDownPreference
207 boolean isEntryRestricted = isRestrictedForEntry(entry); in getDropDownView()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java95 public boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedListPreference
159 if (isRestrictedForEntry(entry)) { in getView()