Home
last modified time | relevance | path

Searched refs:receivedErrorCode (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java795 AtomicReference<Integer> receivedErrorCode = new AtomicReference<>(); in testGetCallForwarding() local
807 receivedErrorCode.set(error); in testGetCallForwarding()
817 assertTrue((receivedForwardingInfo.get() != null) ^ (receivedErrorCode.get() != null)); in testGetCallForwarding()
829 if (receivedErrorCode.get() != null) { in testGetCallForwarding()
830 assertTrue("Got code not in expected set:" + receivedErrorCode.get(), in testGetCallForwarding()
831 callForwardingErrors.contains(receivedErrorCode.get())); in testGetCallForwarding()