Searched refs:hasRecoverableError (Results 1 – 13 of 13) sorted by relevance
49 if (!hasRecoverableError() && !hasFatalError()) { in getErrorDescription()75 public boolean hasRecoverableError() { in hasRecoverableError() method in GetTranscriptResponseAsync76 if (super.hasRecoverableError()) { in hasRecoverableError()
39 public boolean hasRecoverableError() { in hasRecoverableError() method in TranscriptionResponse
41 public boolean hasRecoverableError() { in hasRecoverableError() method in GrpcResponse59 return !isSuccessful() && !hasRecoverableError() && !isInterrupted(); in hasFatalError()
303 assertThat(response.get().hasRecoverableError()).isTrue(); in getCheckInStatus_noConnectivityOrNonVpnNetwork_isNotSuccessful()337 assertThat(response.get().hasRecoverableError()).isTrue(); in getCheckInStatus_lostNonVpnConnection_isNotSuccessful()424 assertThat(response.get().hasRecoverableError()).isTrue(); in isDeviceInApprovedCountry_noConnectivityOrNonVpnNetwork_isNotSuccessful()457 assertThat(response.get().hasRecoverableError()).isTrue(); in isDeviceInApprovedCountry_lostNonVpnConnection_isNotSuccessful()547 assertThat(response.get().hasRecoverableError()).isTrue(); in pauseProvisioning_noConnectivityOrNonVpnNetwork_isNotSuccessful()581 assertThat(response.get().hasRecoverableError()).isTrue(); in pauseProvisioning_lostNonVpnConnection_isNotSuccessful()674 assertThat(response.get().hasRecoverableError()).isTrue(); in reportProvisioningState_noConnectivityOrNonVpnNetwork_isNotSuccessful()709 assertThat(response.get().hasRecoverableError()).isTrue(); in reportProvisioningState_lostNonVpnConnection_isNotSuccessful()
185 if (response.hasRecoverableError()) { in getDeviceCheckInStatus()220 if (response.hasRecoverableError()) { in isDeviceInApprovedCountry()252 if (response.hasRecoverableError()) { in pauseDeviceProvisioning()285 if (response.hasRecoverableError()) { in reportDeviceProvisionState()
265 when(mResponse.hasRecoverableError()).thenReturn(false); in setUpSuccessfulCheckInResponse()272 when(mResponse.hasRecoverableError()).thenReturn(isRecoverable); in setUpFailedCheckInResponse()
136 when(mResponse.hasRecoverableError()).thenReturn(true); in doWork_responseHasRecoverableError_returnRetryAndNotLogged()
71 if (response.hasRecoverableError()) { in startWork()
100 if (response.hasRecoverableError()) { in startWork()
105 if (response.hasRecoverableError()) { in startWork()
129 if (response.hasRecoverableError()) { in startWork()
189 if (response.hasRecoverableError()) { in startWork()
149 } else if (response.hasRecoverableError()) { in sendRequest()