HomeSort by relevance Sort by last modified time
    Searched refs:Phone (Results 151 - 175 of 207) sorted by null

1 2 3 4 5 67 8 9

  /packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java 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;
53 * Activity that selects the proper phone type for an outgoing call.
55 * This activity determines which Phone type (SIP or PSTN) should be used
56 * for an outgoing phone call, depending on the outgoing "number" (which
124 // of whether the data is a SIP address or a regular phone
315 if (DBG) Log.v(TAG, "User pick phone " + selection)
360 Phone phone = PhoneFactory.makeSipPhone(p.getUriString()); local
    [all...]
CellBroadcastSms.java 18 package com.android.phone;
26 import com.android.internal.telephony.Phone;
36 * List of Phone-specific settings screens.
170 private Phone mPhone;
CallCard.java 17 package com.android.phone;
49 import com.android.internal.telephony.Phone;
91 // Phone app instance
121 // including photo / name / phone number / etc.
230 // "Caller info" area, including photo / name / phone numbers / etc
246 * current state of the phone.
251 // Update the onscreen UI based on the current state of the phone.
272 // A phone call is ringing, call waiting *or* being rejected
278 // (1) the phone is off hook. At least one call exists that is
281 // (2) the phone is IDLE but a call just ended and it's still i
366 Phone phone = fgCall.getPhone(); local
753 final Phone phone = call.getPhone(); local
    [all...]
BluetoothPhoneService.java 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() local
    [all...]
InCallScreen.java 17 package com.android.phone;
70 import com.android.internal.telephony.Phone;
73 import com.android.phone.Constants.CallStatusCode;
74 import com.android.phone.InCallUiState.InCallScreenMode;
75 import com.android.phone.OtaUtils.CdmaOtaScreenState;
81 * Phone app "in call" screen.
98 static final String SHOW_DIALPAD_EXTRA = "com.android.phone.ShowDialpad";
109 "com.android.phone.extra.GATEWAY_PROVIDER_PACKAGE";
114 * (phone gateway URL should start with the 'tel:' scheme) that
121 "com.android.phone.extra.GATEWAY_URI"
3463 Phone phone = mCM.getRingingPhone(); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 25 import android.provider.ContactsContract.CommonDataKinds.Phone;
92 || Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 33 import android.provider.ContactsContract.CommonDataKinds.Phone;
88 PHONE,
324 builder.withValueBackReference(Phone.RAW_CONTACT_ID, backReferenceIndex);
325 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
327 builder.withValue(Phone.TYPE, mType);
328 if (mType == Phone.TYPE_CUSTOM) {
329 builder.withValue(Phone.LABEL, mLabel);
331 builder.withValue(Phone.NUMBER, mNumber);
333 builder.withValue(Phone.IS_PRIMARY, 1);
375 return EntryLabel.PHONE;
    [all...]
  /build/target/product/
sdk.mk 33 Phone \
mini.mk 167 Phone \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 17 package com.android.systemui.statusbar.phone;
22 import com.android.systemui.statusbar.phone.QuickSettingsModel.BluetoothState;
23 import com.android.systemui.statusbar.phone.QuickSettingsModel.RSSIState;
24 import com.android.systemui.statusbar.phone.QuickSettingsModel.State;
25 import com.android.systemui.statusbar.phone.QuickSettingsModel.UserState;
26 import com.android.systemui.statusbar.phone.QuickSettingsModel.WifiState;
61 import android.provider.ContactsContract.CommonDataKinds.Phone;
227 Profile.CONTENT_URI, new String[] {Phone._ID, Phone.DISPLAY_NAME},
232 name = cursor.getString(cursor.getColumnIndex(Phone.DISPLAY_NAME))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 44 public class PhoneProxy extends Handler implements Phone {
47 private Phone mActivePhone;
66 public PhoneProxy(PhoneBase phone) {
67 mActivePhone = phone;
71 phone.getIccSmsInterfaceManager());
73 phone.getIccPhoneBookInterfaceManager());
74 mPhoneSubInfoProxy = new PhoneSubInfoProxy(phone.getPhoneSubInfo());
81 mIccCardProxy = new IccCardProxy(phone.getContext(), mCommandsInterface);
82 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
85 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)
    [all...]
WapPushOverSms.java 120 public WapPushOverSms(Phone phone, SMSDispatcher smsDispatcher) {
122 mContext = phone.getContext();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 38 import com.android.internal.telephony.Phone;
88 public boolean equals(SipPhone phone) {
89 return getSipUri().equals(phone.getSipUri());
157 " throw CallStateException(\"phone not ringing\")");
159 throw new CallStateException("phone not ringing");
173 " throw CallStateException(\"phone not ringing\")");
175 throw new CallStateException("phone not ringing");
459 public Phone getPhone() {
500 + ": " + this + " on phone " + getPhone());
513 + ": " + this + " on phone " + getPhone())
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 23 import android.provider.ContactsContract.CommonDataKinds.Phone;
353 * such as {@link Phone#TYPE_WORK}. Includes constraints on total number of
438 * {@link Phone#NUMBER}. Includes flags to apply to an {@link EditText}, and
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 62 import android.provider.ContactsContract.CommonDataKinds.Phone;
378 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
379 // Build phone entries
387 // Remember super-primary phone
393 if (entry.type == CommonDataKinds.Phone.TYPE_MOBILE
720 if (entry.mimetype.equals(Phone.CONTENT_ITEM_TYPE)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
240 * such as {@link Phone#TYPE_WORK}. Includes constraints on total number of
291 * {@link Phone#NUMBER}. Includes flags to apply to an {@link EditText}, and
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 22 import com.android.internal.telephony.Phone;
218 * @param phone the Phone
222 static DataConnection makeDataConnection(PhoneBase phone, int id,
225 DataConnection dc = new DataConnection(phone,
300 private DataConnection(PhoneBase phone, String name, int id,
308 mPhone = phone;
461 if (TextUtils.equals(dp.mReason, Phone.REASON_RADIO_TURNED_OFF)) {
463 } else if (TextUtils.equals(dp.mReason, Phone.REASON_PDP_RESET)) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 28 import android.provider.ContactsContract.CommonDataKinds.Phone;
128 // If we encounter more than this many contacts with matching phone number or email,
363 mMimeTypeIdPhone = mDbHelper.getMimeTypeId(Phone.CONTENT_ITEM_TYPE);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 44 import android.provider.ContactsContract.CommonDataKinds.Phone;
244 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
251 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
252 values.put(Phone.NUMBER, phoneNumber);
253 values.put(Phone.TYPE, type);
1269 private final String phone; field in class:BaseContactsProvider2Test.GoldenContact
1388 private String phone; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1452 public GoldenContactBuilder phone(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 35 import android.provider.ContactsContract.CommonDataKinds.Phone;
148 Phone.CONTENT_ITEM_TYPE, SipAddress.CONTENT_ITEM_TYPE, Email.CONTENT_ITEM_TYPE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 46 import com.android.internal.telephony.Phone;
57 * # Phone Number
126 private Phone mPhone = null;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 51 import com.android.internal.telephony.Phone;
160 public CdmaServiceStateTracker(CDMAPhone phone) {
161 this(phone, new CellInfoCdma());
164 protected CdmaServiceStateTracker(CDMAPhone phone, CellInfo cellInfo) {
165 super(phone, phone.mCi, cellInfo);
167 mPhone = phone;
168 mCr = phone.getContext().getContentResolver();
172 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this,
178 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 30 import com.android.internal.telephony.Phone;
831 ret[1] = Phone.BM_US_BAND;
832 ret[2] = Phone.BM_JPN_BAND;
833 ret[3] = Phone.BM_AUS_BAND;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 45 import com.android.internal.telephony.Phone;
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 108 import com.android.internal.telephony.Phone;
    [all...]

Completed in 1679 milliseconds

1 2 3 4 5 67 8 9