Searched refs:PRECISE_CALL_STATE_IDLE (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java215 PreciseCallState.PRECISE_CALL_STATE_IDLE,
216 PreciseCallState.PRECISE_CALL_STATE_IDLE,
217 PreciseCallState.PRECISE_CALL_STATE_IDLE);
222 PreciseCallState.PRECISE_CALL_STATE_IDLE,
224 PreciseCallState.PRECISE_CALL_STATE_IDLE);
229 PreciseCallState.PRECISE_CALL_STATE_IDLE,
/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java45 public static final int PRECISE_CALL_STATE_IDLE = 0; field in class:PreciseCallState
106 * @see PreciseCallState#PRECISE_CALL_STATE_IDLE
124 * @see PreciseCallState#PRECISE_CALL_STATE_IDLE
142 * @see PreciseCallState#PRECISE_CALL_STATE_IDLE
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java363 return PreciseCallState.PRECISE_CALL_STATE_IDLE;
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java180 private int mRingingCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
182 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
184 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;

Completed in 158 milliseconds