OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRestrictedForEntry
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
RestrictedListPreference.java
95
public boolean
isRestrictedForEntry
(CharSequence entry) {
159
if (
isRestrictedForEntry
(entry)) {
/packages/apps/Settings/src/com/android/settings/notification/
RestrictedDropDownPreference.java
80
private boolean
isRestrictedForEntry
(CharSequence entry) {
207
boolean isEntryRestricted =
isRestrictedForEntry
(entry);
Completed in 111 milliseconds