Searched refs:testCallAttributesResult (Results 1 – 1 of 1) sorted by relevance
637 CallAttributes testCallAttributesResult = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testNotifyPreciseCallStateLegacyCallback() local638 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() local687 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()