Searched refs:getErrorCodeLoggingDenyList (Results 1 – 5 of 5) sorted by relevance
58 doReturn(ImmutableList.of()).when(mFlags).getErrorCodeLoggingDenyList(); in setUp()77 .getErrorCodeLoggingDenyList(); in testLogError_errorLoggingFlagEnabled_errorCodeLoggingDenied()122 .getErrorCodeLoggingDenyList(); in testLogErrorWithExceptionInfo_errorLoggingFlagEnabled_errorCodeLoggingDenied()
65 || mFlags.getErrorCodeLoggingDenyList().contains(errorCode)) { in logError()84 || mFlags.getErrorCodeLoggingDenyList().contains(errorCode)) { in logErrorWithExceptionInfo()
2245 default ImmutableList<Integer> getErrorCodeLoggingDenyList() { in getErrorCodeLoggingDenyList() method
3136 "\t" + KEY_ERROR_CODE_LOGGING_DENY_LIST + " = " + getErrorCodeLoggingDenyList()); in dump()3295 public ImmutableList<Integer> getErrorCodeLoggingDenyList() { in getErrorCodeLoggingDenyList() method in PhFlags
4942 assertThat(FlagsFactory.getFlags().getErrorCodeLoggingDenyList()).isEmpty(); in testGetErrorCodeLoggingDenyList()4948 assertThat(phFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of(10, 11, 12)); in testGetErrorCodeLoggingDenyList()4951 assertThat(phFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of(10, 11, 12)); in testGetErrorCodeLoggingDenyList()4954 assertThat(phFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of()); in testGetErrorCodeLoggingDenyList()4957 assertThat(phFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of()); in testGetErrorCodeLoggingDenyList()4961 assertThat(FlagsFactory.getFlags().getErrorCodeLoggingDenyList()) in testGetErrorCodeLoggingDenyList()