Home
last modified time | relevance | path

Searched refs:updateBlocklist (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DContentProtectionBlocklistManagerTest.java96 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_inBlocklist()
106 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_packageInfoNotFound()
121 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_notRequestedInternet()
136 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_systemApp()
151 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_updatedSystemApp()
167 mContentProtectionBlocklistManager.updateBlocklist(LINES.size()); in isAllowed_allowed()
183 mContentProtectionBlocklistManager.updateBlocklist(/* blocklistSize= */ -1); in updateBlocklist_negativeSize()
192 mContentProtectionBlocklistManager.updateBlocklist(/* blocklistSize= */ 0); in updateBlocklist_zeroSize()
201 mContentProtectionBlocklistManager.updateBlocklist(/* blocklistSize= */ 1); in updateBlocklist_positiveSize_belowTotal()
213 mContentProtectionBlocklistManager.updateBlocklist(LINES.size() + 1); in updateBlocklist_positiveSize_aboveTotal()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DContentProtectionBlocklistManager.java78 public void updateBlocklist(int blocklistSize) { in updateBlocklist() method in ContentProtectionBlocklistManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
H A DContentCaptureManagerServiceTest.java165 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in constructor_contentProtection_enabled_createsManagers()
174 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in setFineTuneParamsFromDeviceConfig_doesNotUpdateContentProtectionBlocklist()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java266 mContentProtectionBlocklistManager.updateBlocklist( in ContentCaptureManagerService()