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.java1272 AtomicReference<Integer> receivedErrorCode = new AtomicReference<>(); in testGetCallForwarding() local
1284 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()