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.java129 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in PhoneStateListenerTest
484 assertThat(mPreciseCallState.getForegroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
485 assertThat(mPreciseCallState.getBackgroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
486 assertThat(mPreciseCallState.getRingingCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChanged()
DTelephonyCallbackTest.java143 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in TelephonyCallbackTest
554 assertThat(mPreciseCallState.getForegroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()
555 assertThat(mPreciseCallState.getBackgroundCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()
556 assertThat(mPreciseCallState.getRingingCallState()).isIn(PRECISE_CALL_STATE); in testOnPreciseCallStateChangedByRegisterTelephonyCallback()
604 assertThat(mCallStateList.get(0).getCallState()).isIn(PRECISE_CALL_STATE); in testOnCallStatesChangedByRegisterTelephonyCallback()