Searched refs:getFailureReasonInternal (Results 1 – 4 of 4) sorted by relevance
145 return getFailureReasonInternal(); in getFailureReason()152 public int getFailureReasonInternal() { in getFailureReasonInternal() method in SoftApState
2287 assertThat(softApStateCaptor.getValue().getFailureReasonInternal()) in testSoftApModeDoesNotToggleOnWhenInEcm()2305 assertThat(softApStateCaptor.getValue().getFailureReasonInternal()) in testSoftApModeDoesNotToggleOnWhenInEcm()
10765 assertThat(softApStateCaptor.getValue().getFailureReasonInternal()).isEqualTo(0); in registerLohsSoftApCallbackAndVerify()
2590 int failureReason = softApState.getFailureReasonInternal(); in onStateChanged()