Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DContentProtectionConsentManagerTest.java85 createContentProtectionConsentManager(mMockContentResolver); in constructor_registersContentObserver()
99 createContentProtectionConsentManager(VALUE_FALSE); in isConsentGranted_packageVerifierNotGranted()
109 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in isConsentGranted_packageVerifierGranted_userNotManaged()
121 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in isConsentGranted_packageVerifierGranted_userManaged()
131 createContentProtectionConsentManager(VALUE_DEFAULT); in isConsentGranted_packageVerifierDefault()
141 ContentProtectionConsentManager manager = createContentProtectionConsentManager(VALUE_TRUE); in contentObserver()
156 private ContentProtectionConsentManager createContentProtectionConsentManager( in createContentProtectionConsentManager() method in ContentProtectionConsentManagerTest
164 private ContentProtectionConsentManager createContentProtectionConsentManager( in createContentProtectionConsentManager() method in ContentProtectionConsentManagerTest
170 return createContentProtectionConsentManager(mTestableContentResolver); in createContentProtectionConsentManager()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
H A DContentCaptureManagerServiceTest.java481 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerServiceTest.TestContentCaptureManagerService
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java268 mContentProtectionConsentManager = createContentProtectionConsentManager(); in ContentCaptureManagerService()
816 protected ContentProtectionConsentManager createContentProtectionConsentManager() { in createContentProtectionConsentManager() method in ContentCaptureManagerService