Searched refs:ring (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DRinger.java142 void ring() { method in class:Ringer
143 if (DBG) log("ring()...");
166 if (DBG) log("skipping ring because volume is zero");
176 // the ring so that it happens the correct amount of
177 // time after the previous ring
180 // and play time of the first ring
182 log("delaying ring by " + (mFirstRingStartTime - mFirstRingEventTime));
187 // We've gotten two ring events so far, but the ring
H A DCallNotifier.java240 // repeat the ring when requested by the RIL, and when the user has NOT
248 mRinger.ring();
457 // - don't ring for call waiting connections
476 // still need to run a caller-id query, and we may not even ring
585 // if this has already been queried then just ring, otherwise
603 // In this case, just log the request and ring.
604 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
605 mRinger.ring();
654 // *after* this check but before we call mRinger.ring() below,
667 mRinger.ring();
[all...]
H A DBluetoothHandsfree.java578 mBluetoothPhoneState.ring();
690 AtCommandResult result = ring();
1252 result.addResult(ring());
1279 private AtCommandResult ring() { method in class:BluetoothHandsfree.BluetoothPhoneState
1982 // If in-band ring tone is supported, SCO connection will already
2181 mBluetoothPhoneState.ring();
2442 mBluetoothPhoneState.ring();

Completed in 52 milliseconds