Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedListPreference.java128 public boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedListPreference
191 if (isRestrictedForEntry(entry)) { in getView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DShowOnLockscreenNotificationPreferenceControllerTest.java168 assertThat(mPreference.isRestrictedForEntry( in updateState_dpmSaysNo()
170 assertThat(mPreference.isRestrictedForEntry( in updateState_dpmSaysNo()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java128 public boolean isRestrictedForEntry(CharSequence entry) { in isRestrictedForEntry() method in RestrictedListPreference
191 if (isRestrictedForEntry(entry)) { in getView()