Lines Matching full:phone
17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
22 import com.android.phone.sip.SipProfileDb;
23 import com.android.phone.sip.SipSettings;
24 import com.android.phone.sip.SipSharedPreferences;
51 * SipCallOptionHandler select the sip phone based on the call option.
92 // of whether the data is a SIP address or a regular phone
260 Log.v(TAG, "User pick phone " + selection);
302 // Create the phone since we can not find it in CallManager
305 Phone phone = PhoneFactory.makeSipPhone(p.getUriString());
306 if (phone != null) {
307 cm.registerPhone(phone);