HomeSort by relevance Sort by last modified time
    Searched refs:Phone (Results 301 - 325 of 392) sorted by null

<<111213141516

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 26 import android.provider.ContactsContract.CommonDataKinds.Phone;
95 || Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 37 import com.android.internal.telephony.Phone;
281 Phone phone = PhoneFactory.getDefaultPhone(); local
287 newToNumber = SmsNumberUtils.filterDestAddr(phone, toNumber);
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallBarringOptions.java 17 package com.android.phone;
37 import com.android.internal.telephony.Phone;
39 import com.android.phone.settings.fdn.EditPinPreference;
107 private Phone mPhone;
CarrierConfigLoader.java 17 package com.android.phone;
57 import com.android.internal.telephony.Phone;
92 // The context for phone app, passed from PhoneGlobals.
100 // Whether we have sent config change bcast for each phone id.
174 Phone phone = PhoneFactory.getPhone(phoneId); local
175 if (phone != null) {
176 if (phone.isShuttingDown()) {
510 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
546 log("Binding to " + pkgName + " for phone " + phoneId)
571 Phone phone = PhoneFactory.getPhone(phoneId); local
597 Phone phone = PhoneFactory.getPhone(phoneId); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 1 package com.android.phone.settings;
25 import com.android.internal.telephony.Phone;
26 import com.android.phone.PhoneUtils;
27 import com.android.phone.R;
28 import com.android.phone.SubscriptionInfoHelper;
58 * Value to start ordering of phone accounts relative to other preferences. By setting this
59 * value on the phone account listings, we ensure that anything that is ordered before
60 * {value} in the preference XML comes before the phone account list and anything with
99 * Here we make decisions about what we will and will not display with regards to phone-
216 * Handles a phone account selection for the default outgoing phone account
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnSetting.java 17 package com.android.phone.settings.fdn;
34 import com.android.internal.telephony.Phone;
35 import com.android.phone.CallFeaturesSetting;
36 import com.android.phone.PhoneGlobals;
37 import com.android.phone.R;
38 import com.android.phone.SubscriptionInfoHelper;
41 * FDN settings UI for the Phone app.
51 private Phone mPhone;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 33 import android.provider.ContactsContract.CommonDataKinds.Phone;
89 PHONE,
325 builder.withValueBackReference(Phone.RAW_CONTACT_ID, backReferenceIndex);
326 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
328 builder.withValue(Phone.TYPE, mType);
329 if (mType == Phone.TYPE_CUSTOM) {
330 builder.withValue(Phone.LABEL, mLabel);
332 builder.withValue(Phone.NUMBER, mNumber);
334 builder.withValue(Phone.IS_PRIMARY, 1);
376 return EntryLabel.PHONE;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 83 protected Phone mPhone;
130 protected IccSmsInterfaceManager(Phone phone) {
131 this(phone, phone.getContext(),
132 (AppOpsManager) phone.getContext().getSystemService(Context.APP_OPS_SERVICE),
133 (UserManager) phone.getContext().getSystemService(Context.USER_SERVICE),
135 phone, phone.mSmsStorageMonitor, phone.mSmsUsageMonitor))
    [all...]
ServiceStateTracker.java 315 Phone.NETWORK_SELECTION_KEY, "");
317 Phone.NETWORK_SELECTION_NAME_KEY, "");
319 Phone.NETWORK_SELECTION_SHORT_KEY, "");
324 editor.putString(Phone.NETWORK_SELECTION_KEY + subId,
326 editor.putString(Phone.NETWORK_SELECTION_NAME_KEY + subId,
328 editor.putString(Phone.NETWORK_SELECTION_SHORT_KEY + subId,
330 editor.remove(Phone.NETWORK_SELECTION_KEY);
331 editor.remove(Phone.NETWORK_SELECTION_NAME_KEY);
332 editor.remove(Phone.NETWORK_SELECTION_SHORT_KEY);
429 loge("Ignoring intent " + intent + " received on CDMA phone");
    [all...]
SubscriptionController.java 151 protected static Phone[] sPhones;
167 public static SubscriptionController init(Phone phone) {
170 sInstance = new SubscriptionController(phone);
222 private SubscriptionController(Phone phone) {
223 mContext = phone.getContext();
233 if (DBG) logdl("[SubscriptionController] init by Phone");
517 Phone phone = PhoneFactory.getPhone(slotIndex) local
    [all...]
CarrierIdentifier.java 51 * all carrier matching rules stored in CarrierIdProvider. It is msim aware, each phone has a
85 private Phone mPhone;
131 public CarrierIdentifier(Phone phone) {
132 logd("Creating CarrierIdentifier[" + phone.getPhoneId() + "]");
133 mContext = phone.getContext();
134 mPhone = phone;
CarrierKeyDownloadManager.java 65 * The class will be instantiated by various Phone implementations.
110 private final Phone mPhone;
115 public CarrierKeyDownloadManager(Phone phone) {
116 mPhone = phone;
117 mContext = phone.getContext();
123 mContext.registerReceiver(mBroadcastReceiver, filter, null, phone);
284 * instance of the phone.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 39 import com.android.internal.telephony.Phone;
93 public boolean equals(SipPhone phone) {
94 return getSipUri().equals(phone.getSipUri());
162 " throw CallStateException(\"phone not ringing\")");
164 throw new CallStateException("phone not ringing");
178 " throw CallStateException(\"phone not ringing\")");
180 throw new CallStateException("phone not ringing");
481 public Phone getPhone() {
522 + ": " + this + " on phone " + getPhone());
535 + ": " + this + " on phone " + getPhone())
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
CallLogListingTask.java 18 import static android.provider.ContactsContract.CommonDataKinds.Phone.getTypeLabel;
ContactListFragment.java 86 ContactsContract.Data.MIMETYPE + " = '" + ContactsContract.CommonDataKinds.Phone
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountType.java 23 import android.provider.ContactsContract.CommonDataKinds.Phone;
318 * Phone#TYPE_WORK}. Includes constraints on total number of rows a {@link Contacts} may have of
410 * Description of a user-editable field on a {@link DataKind} row, such as {@link Phone#NUMBER}.
  /packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
Cp2DefaultDirectoryPhoneLookup.java 24 import android.provider.ContactsContract.CommonDataKinds.Phone;
111 // Note: It would make sense to use PHONE_LOOKUP for valid numbers as well, but we use PHONE
308 queryPhoneTableBasedOnE164(new String[] {Phone.CONTACT_ID}, validE164Numbers)) {
633 * the smallest set of dialer phone numbers to query cp2 against. 4. build and return the map of
656 // batch query for the valid numbers against the PHONE table, and in parallel issue
    [all...]
  /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
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 46 import android.provider.ContactsContract.CommonDataKinds.Phone;
269 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME);
274 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME);
286 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
287 values.put(Phone.NUMBER, phoneNumber);
288 values.put(Phone.TYPE, type);
1419 private final String phone; field in class:BaseContactsProvider2Test.GoldenContact
1538 private String phone; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1602 public GoldenContactBuilder phone(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABService.java 49 import android.provider.ContactsContract.CommonDataKinds.Phone;
454 String selection = ContactsContract.Data.MIMETYPE + " = '" + Phone.CONTENT_ITEM_TYPE +
603 + Phone.CONTENT_ITEM_TYPE + "' AND " +
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 59 import android.provider.ContactsContract.CommonDataKinds.Phone;
130 // If we encounter more than this many contacts with matching phone number or email,
390 mMimeTypeIdPhone = mDbHelper.getMimeTypeId(Phone.CONTENT_ITEM_TYPE);
    [all...]
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 72 * SHOULD make preloaded essential apps (e.g. Alarm, Phone, Messenger)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 62 import com.android.internal.telephony.Phone;
178 private Phone mPhone;
275 * @param phone the Phone
279 public static DataConnection makeDataConnection(Phone phone, int id, DcTracker dct,
283 DataConnection dc = new DataConnection(phone,
462 private DataConnection(Phone phone, String name, int id,
471 mPhone = phone;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionInfoUpdaterTest.java 110 mUpdater = new SubscriptionInfoUpdater(getLooper(), mContext, new Phone[]{mPhone},
363 new Phone[]{mPhone, mPhone});

Completed in 2275 milliseconds

<<111213141516