Searched refs:testCallStatesResult (Results 1 – 1 of 1) sorted by relevance
544 List<CallState> testCallStatesResult = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testNotifyPreciseCallStateWithImsCall() local545 assertNotNull("Timed out waiting for phone state change", testCallStatesResult); in testNotifyPreciseCallStateWithImsCall()546 assertEquals(2, testCallStatesResult.size()); in testNotifyPreciseCallStateWithImsCall()548 testCallStatesResult.get(0).getCallState()); in testNotifyPreciseCallStateWithImsCall()550 testCallStatesResult.get(1).getCallState()); in testNotifyPreciseCallStateWithImsCall()552 testCallStatesResult.get(0).getImsCallSessionId()); in testNotifyPreciseCallStateWithImsCall()554 testCallStatesResult.get(1).getImsCallSessionId()); in testNotifyPreciseCallStateWithImsCall()556 testCallStatesResult.get(0).getImsCallType()); in testNotifyPreciseCallStateWithImsCall()558 testCallStatesResult.get(1).getImsCallType()); in testNotifyPreciseCallStateWithImsCall()586 List<CallState> testCallStatesResult = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testNotifyPreciseCallStateWithCsCall() local[all …]