Home | History | Annotate | Download | only in phone

Lines Matching refs:ring

578             // need to update HS with RING when single ringing call exist
579 mBluetoothPhoneState.ring();
670 private String mRingingNumber; // Context for in-progress RING's
683 private static final int RING = 3;
690 case RING:
691 AtCommandResult result = ring();
1253 result.addResult(ring());
1280 private AtCommandResult ring() {
1283 result.addResponse("RING");
1288 Message msg = mStateChangeHandler.obtainMessage(RING);
1983 // If in-band ring tone is supported, SCO connection will already
2180 // need to update HS with RING cmd when single
2182 mBluetoothPhoneState.ring();
2442 // need to update HS with RING when single ringing call exist
2443 mBluetoothPhoneState.ring();