Home | History | Annotate | Download | only in hfp

Lines Matching defs:phoneStateChanged

64  * Mode 1: Telecom call through {@link #phoneStateChanged(int, int, int, String, int, boolean)}
602 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
608 service.phoneStateChanged(numActive, numHeld, callState, number, type, false);
1224 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, true);
1225 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, true);
1226 phoneStateChanged(1, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, true);
1242 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, true);
1454 private void phoneStateChanged(int numActive, int numHeld, int callState, String number,