Searched refs:createContentProtectionConsentManager (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/ |
D | ContentProtectionConsentManagerTest.java | 110 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/ |
D | ContentCaptureManagerServiceTest.java | 639 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 612 contentProtectionConsentManagerNew = createContentProtectionConsentManager(); in setFineTuneParamsFromDeviceConfig() 960 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerService
|