Searched refs:getErrorCodeLoggingDenyList (Results 1 – 5 of 5) sorted by relevance
87 return !mFlags.getErrorCodeLoggingDenyList().contains(errorCode) in isEnabled()
207 when(mFlags.getErrorCodeLoggingDenyList()).thenReturn(errorCodeLoggingDenyList); in mockErrorCodeLoggingDenyList()
3568 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEmpty(); in testGetErrorCodeLoggingDenyList()3572 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of(10, 11, 12)); in testGetErrorCodeLoggingDenyList()3575 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of(10, 11, 12)); in testGetErrorCodeLoggingDenyList()3578 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of()); in testGetErrorCodeLoggingDenyList()3581 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of()); in testGetErrorCodeLoggingDenyList()3585 assertThat(mPhFlags.getErrorCodeLoggingDenyList()).isEqualTo(ImmutableList.of(1, 34)); in testGetErrorCodeLoggingDenyList()
4402 default ImmutableList<Integer> getErrorCodeLoggingDenyList() { in getErrorCodeLoggingDenyList() method
4944 + getErrorCodeLoggingDenyList()); in dump()5643 public ImmutableList<Integer> getErrorCodeLoggingDenyList() { in getErrorCodeLoggingDenyList() method in PhFlags