Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java637 CallAttributes testCallAttributesResult = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testNotifyPreciseCallStateLegacyCallback() local
638 assertNotNull("Timed out waiting for phone state change", testCallAttributesResult); in testNotifyPreciseCallStateLegacyCallback()
641 testCallAttributesResult.getPreciseCallState().getForegroundCallState()); in testNotifyPreciseCallStateLegacyCallback()
643 testCallAttributesResult.getPreciseCallState().getBackgroundCallState()); in testNotifyPreciseCallStateLegacyCallback()
645 testCallAttributesResult.getPreciseCallState().getRingingCallState()); in testNotifyPreciseCallStateLegacyCallback()
686 CallAttributes testCallAttributesResult = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testNotifyPreciseCallStatePhoneStateListener() local
687 assertNotNull("Timed out waiting for phone state change", testCallAttributesResult); in testNotifyPreciseCallStatePhoneStateListener()
690 testCallAttributesResult.getPreciseCallState().getForegroundCallState()); in testNotifyPreciseCallStatePhoneStateListener()
692 testCallAttributesResult.getPreciseCallState().getBackgroundCallState()); in testNotifyPreciseCallStatePhoneStateListener()
694 testCallAttributesResult.getPreciseCallState().getRingingCallState()); in testNotifyPreciseCallStatePhoneStateListener()