Searched refs:receivedErrorCode (Results 1 – 1 of 1) sorted by relevance
1272 AtomicReference<Integer> receivedErrorCode = new AtomicReference<>(); in testGetCallForwarding() local1284 receivedErrorCode.set(error); in testGetCallForwarding()1294 assertTrue((receivedForwardingInfo.get() != null) ^ (receivedErrorCode.get() != null)); in testGetCallForwarding()1306 if (receivedErrorCode.get() != null) { in testGetCallForwarding()1307 assertTrue("Got code not in expected set:" + receivedErrorCode.get(), in testGetCallForwarding()1308 callForwardingErrors.contains(receivedErrorCode.get())); in testGetCallForwarding()