Home
last modified time | relevance | path

Searched refs:DISALLOW_CONTENT_SUGGESTIONS (Results 1 – 10 of 10) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DContentTest.java22 …tic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONTENT_SUGGESTIONS;
134 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS)); in setUserRestriction_disallowContentSuggestions_cannotSet_throwsException()
143 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isSet() local
145 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONTENT_SUGGESTIONS)) in setUserRestriction_disallowContentSuggestions_isSet()
149 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isSet() local
159 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isNotSet() local
161 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONTENT_SUGGESTIONS)) in setUserRestriction_disallowContentSuggestions_isNotSet()
165 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isNotSet() local
169 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONTENT_SUGGESTIONS)
180 @EnsureHasUserRestriction(DISALLOW_CONTENT_SUGGESTIONS)
DUserRestrictionsTest.java136 CommonUserRestrictions.DISALLOW_CONTENT_SUGGESTIONS,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java186 public static final String DISALLOW_CONTENT_SUGGESTIONS = "no_content_suggestions"; field in CommonUserRestrictions
316 DISALLOW_CONTENT_SUGGESTIONS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java88 UserManager.DISALLOW_CONTENT_SUGGESTIONS); in testSetUserRestrictionLogged()
90 UserManager.DISALLOW_CONTENT_SUGGESTIONS); in testSetUserRestrictionLogged()
DOrgOwnedProfileOwnerParentTest.java84 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
DUserRestrictionsParentTest.java205 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java57 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
DSecondaryProfileOwnerUserRestrictionsTest.java46 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
DDeviceOwnerUserRestrictionsTest.java59 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34068 field public static final String DISALLOW_CONTENT_SUGGESTIONS = "no_content_suggestions";