Searched refs:updateBlocklist (Results 1 – 4 of 4) sorted by relevance
96 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()
78 public void updateBlocklist(int blocklistSize) { in updateBlocklist() method in ContentProtectionBlocklistManager
165 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in constructor_contentProtection_enabled_createsManagers()174 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in setFineTuneParamsFromDeviceConfig_doesNotUpdateContentProtectionBlocklist()
266 mContentProtectionBlocklistManager.updateBlocklist( in ContentCaptureManagerService()