Searched defs:MSG_PRECISE_CALL_STATE_CHANGED (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java42 private static final int MSG_PRECISE_CALL_STATE_CHANGED = 1; field in class:SipConnection
48 case MSG_PRECISE_CALL_STATE_CHANGED:
67 getPhone().registerForPreciseCallStateChanged(mHandler, MSG_PRECISE_CALL_STATE_CHANGED,
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java72 private static final int MSG_PRECISE_CALL_STATE_CHANGED = 1; field in class:TelephonyConnection
100 case MSG_PRECISE_CALL_STATE_CHANGED:
101 Log.v(TelephonyConnection.this, "MSG_PRECISE_CALL_STATE_CHANGED");
862 mHandler, MSG_PRECISE_CALL_STATE_CHANGED, null);

Completed in 4171 milliseconds