Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionConsentManagerTest.java110 createContentProtectionConsentManager(VALUE_FALSE, VALUE_TRUE); in isConsentGranted_policyFlagDisabled_packageVerifierNotGranted()
123 createContentProtectionConsentManager(VALUE_FALSE, VALUE_TRUE); in isConsentGranted_policyFlagEnabled_packageVerifierNotGranted()
136 createContentProtectionConsentManager(VALUE_TRUE, VALUE_FALSE); in isConsentGranted_policyFlagDisabled_contentProtectionNotGranted()
149 createContentProtectionConsentManager(VALUE_TRUE, VALUE_TRUE); in isConsentGranted_policyFlagDisabled_packageVerifierGranted_userNotManaged()
164 createContentProtectionConsentManager(VALUE_TRUE, VALUE_TRUE); in isConsentGranted_policyFlagDisabled_packageVerifierGranted_userManaged()
176 createContentProtectionConsentManager(VALUE_TRUE, VALUE_FALSE); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userNotManaged_contentProtectionNotGranted()
189 createContentProtectionConsentManager(VALUE_TRUE, VALUE_TRUE); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userNotManaged_contentProtectionGranted()
206 createContentProtectionConsentManager(VALUE_TRUE, VALUE_TRUE); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userManaged_policyDisabled()
223 createContentProtectionConsentManager(VALUE_TRUE, VALUE_FALSE); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userManaged_policyEnabled()
240 createContentProtectionConsentManager(VALUE_TRUE, VALUE_TRUE); in isConsentGranted_policyFlagEnabled_packageVerifierGranted_userManaged_policyNotControlled_contentProtectionGranted()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java639 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java612 contentProtectionConsentManagerNew = createContentProtectionConsentManager(); in setFineTuneParamsFromDeviceConfig()
960 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerService