Home
last modified time | relevance | path

Searched defs:DISALLOW_CONTENT_SUGGESTIONS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DContentTest.java143 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isSet() local
149 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isSet() local
159 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isNotSet() local
165 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_SUGGESTIONS); in setUserRestriction_disallowContentSuggestions_isNotSet() local
/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