Searched refs:PRECISE_CALL_STATE (Results 1 – 2 of 2) sorted by relevance
117 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in PhoneStateListenerTest476 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()
123 private static final List<Integer> PRECISE_CALL_STATE = Arrays.asList( field in TelephonyCallbackTest402 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()