Home | History | Annotate | Download | only in phone

Lines Matching refs:Phone

17 package com.android.phone;
40 import com.android.internal.telephony.Phone;
50 * Bluetooth headset manager for the Phone app.
88 // networks if a caller drops off no update is provided to the Phone.
129 // Use the service state of default phone as BT service state to
211 //Unregister all events from the old obsolete phone
216 //Register all events new to the new active phone
280 // to the phone when the 2nd MO call goes through the
301 // the phone when a user merges a 3way call or swaps
348 Phone phone = mCM.getDefaultPhone();
349 int phoneType = phone.getPhoneType();
358 Log.e(TAG, "Unexpected phone type: " + phoneType);
416 // find phone number and type
600 // Update the mCdmaIsSecondCallActive flag based on the Phone call state
617 /** Send ClCC results for a Connection object for CDMA phone */
734 Phone phone = mCM.getDefaultPhone();
735 int phoneType = phone.getPhoneType();
750 PhoneUtils.hangupRingingAndActive(phone);
763 Log.e(TAG, "bad phone type: " + phoneType);
771 // If the Phone state is already in CONF_CALL then we simply send
795 Log.e(TAG, "Unexpected phone type: " + phoneType);
824 Log.e(TAG, "Unexpected phone type: " + phoneType);
891 /* Convert telephony phone call state into hf hal call state */