HomeSort by relevance Sort by last modified time
    Searched defs:ringing (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 90 static final int AUDIO_RINGING = 1; /** audio behaviour while ringing */
229 * Answer the currently-ringing call.
232 * actually a ringing incoming call, or some other error occurred.
237 static boolean answerCall(Call ringing) {
238 log("answerCall(" + ringing + ")...");
241 // If the ringer is currently ringing and/or vibrating, stop it
246 Phone phone = ringing.getPhone();
252 if (ringing.getState() == Call.State.WAITING) {
258 if (ringing != null && ringing.isRinging())
329 Call ringing = cm.getFirstActiveRingingCall(); local
    [all...]
CallNotifier.java 84 // stopped ringing. Instead, when a call-waiting call first comes in we
234 log("RINGING... (new)");
245 if ((pb.getState() == Phone.State.RINGING)
247 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
270 // any more, so start ringing NOW even if it means we won't
386 * Handles a "new ringing connection" event from the telephony layer.
391 Call ringing = c.getCall(); local
392 Phone phone = ringing.getPhone();
400 PhoneUtils.hangupRingingCall(ringing);
411 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!");
    [all...]
InCallScreen.java 725 // to the foreground while an incoming call is ringing:
726 if (mCM.getState() == Phone.State.RINGING) {
727 // If the phone is ringing, we *should* already be holding a
3330 Call ringing = mCM.getFirstActiveRingingCall(); local
    [all...]

Completed in 134 milliseconds