Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java117 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in PhoneStateListenerTest
476 assertThat(mPreciseCallState.getForegroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
477 assertThat(mPreciseCallState.getBackgroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
478 assertThat(mPreciseCallState.getRingingCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
DTelephonyCallbackTest.java123 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in TelephonyCallbackTest
402 assertThat(mPreciseCallState.getForegroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()
403 assertThat(mPreciseCallState.getBackgroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()
404 assertThat(mPreciseCallState.getRingingCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()