Searched refs:DISALLOW_CONTENT_SUGGESTIONS (Results 1 – 10 of 10) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ContentTest.java | 22 …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)
|
D | UserRestrictionsTest.java | 136 CommonUserRestrictions.DISALLOW_CONTENT_SUGGESTIONS,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 186 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/ |
D | DevicePolicyLoggingTest.java | 88 UserManager.DISALLOW_CONTENT_SUGGESTIONS); in testSetUserRestrictionLogged() 90 UserManager.DISALLOW_CONTENT_SUGGESTIONS); in testSetUserRestrictionLogged()
|
D | OrgOwnedProfileOwnerParentTest.java | 84 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
|
D | UserRestrictionsParentTest.java | 205 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 57 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 46 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
|
D | DeviceOwnerUserRestrictionsTest.java | 59 UserManager.DISALLOW_CONTENT_SUGGESTIONS,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34068 field public static final String DISALLOW_CONTENT_SUGGESTIONS = "no_content_suggestions";
|