Home
last modified time | relevance | path

Searched refs:mContentProtectionAllowlistManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
DContentProtectionAllowlistManagerTest.java86 private ContentProtectionAllowlistManager mContentProtectionAllowlistManager; field in ContentProtectionAllowlistManagerTest
95 mContentProtectionAllowlistManager = new TestContentProtectionAllowlistManager(); in setup()
109 mContentProtectionAllowlistManager.start(DELAY_MS); in start_firstTime_beforeDelay()
121 mContentProtectionAllowlistManager.start(DELAY_MS); in start_firstTime_afterDelay()
135 mContentProtectionAllowlistManager.start(DELAY_MS); in start_secondTime()
139 mContentProtectionAllowlistManager.start(DELAY_MS); in start_secondTime()
153 mContentProtectionAllowlistManager.stop(); in stop_notStarted()
166 mContentProtectionAllowlistManager.start(DELAY_MS); in stop_started_beforeDelay()
169 mContentProtectionAllowlistManager.stop(); in stop_started_beforeDelay()
181 mContentProtectionAllowlistManager.start(DELAY_MS); in stop_started_afterDelay()
[all …]
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java261 private ContentProtectionAllowlistManager mContentProtectionAllowlistManager; field in ContentCaptureManagerService
557 contentProtectionAllowlistManagerOld = mContentProtectionAllowlistManager; in setFineTuneParamsFromDeviceConfig()
626 mContentProtectionAllowlistManager = contentProtectionAllowlistManagerNew; in setFineTuneParamsFromDeviceConfig()
1080 && mContentProtectionAllowlistManager != null in isContentProtectionEnabledLocked()
1554 allowlistManager = mContentProtectionAllowlistManager; in isContentProtectionReceiverEnabled()