Searched refs:mMockContentProtectionBlocklistManager (Results 1 – 1 of 1) sorted by relevance
126 verifyZeroInteractions(mMockContentProtectionBlocklistManager); in constructor_contentProtection_flagDisabled_noManagers()139 verifyZeroInteractions(mMockContentProtectionBlocklistManager); in constructor_contentProtection_componentNameNull_noManagers()152 verifyZeroInteractions(mMockContentProtectionBlocklistManager); in constructor_contentProtection_componentNameBlank_noManagers()165 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in constructor_contentProtection_enabled_createsManagers()174 verify(mMockContentProtectionBlocklistManager).updateBlocklist(anyInt()); in setFineTuneParamsFromDeviceConfig_doesNotUpdateContentProtectionBlocklist()178 verifyNoMoreInteractions(mMockContentProtectionBlocklistManager); in setFineTuneParamsFromDeviceConfig_doesNotUpdateContentProtectionBlocklist()192 verify(mMockContentProtectionBlocklistManager, never()).isAllowed(anyString()); in getOptions_contentCaptureDisabled_contentProtectionDisabled()230 verify(mMockContentProtectionBlocklistManager, never()).isAllowed(anyString()); in getOptions_contentCaptureEnabled_contentProtectionDisabled()278 verify(mMockContentProtectionBlocklistManager).isAllowed(PACKAGE_NAME); in isWhitelisted_packageName_contentCaptureDisabled_contentProtectionDisabled()336 verify(mMockContentProtectionBlocklistManager).isAllowed(PACKAGE_NAME); in isWhitelisted_componentName_contentCaptureDisabled_contentProtectionDisabled()[all …]