Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DFakePreferenceController.java185 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set preferencesThatIgnore) { in isUxRestrictionsIgnored() method in FakePreferenceController
186 return super.isUxRestrictionsIgnored(mAllIgnoresUxRestrictions, in isUxRestrictionsIgnored()
DPreferenceControllerTest.java512 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() method in PreferenceControllerTest.FakePreferenceController
513 return super.isUxRestrictionsIgnored(mAllIgnoresUxRestrictions, in isUxRestrictionsIgnored()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DFakePreferenceController.java185 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set preferencesThatIgnore) { in isUxRestrictionsIgnored() method in FakePreferenceController
186 return super.isUxRestrictionsIgnored(mAllIgnoresUxRestrictions, in isUxRestrictionsIgnored()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java590 return !isUxRestrictionsIgnored(mAlwaysIgnoreUxRestrictions, in shouldApplyUxRestrictions()
679 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() method in PreferenceController
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceControllerTest.java383 protected boolean isUxRestrictionsIgnored(boolean allIgnores, Set prefsThatIgnore) { in isUxRestrictionsIgnored() method in WifiEntryListPreferenceControllerTest.TestWifiEntryListPreferenceController
384 return super.isUxRestrictionsIgnored(mAllIgnoresUxRestrictions, in isUxRestrictionsIgnored()