Home | History | Annotate | Download | only in list

Lines Matching defs:Phone

26 import android.provider.ContactsContract.CommonDataKinds.Phone;
59 * A cursor adapter for the {@link Phone#CONTENT_ITEM_TYPE} and {@link
62 * <p>By default this adapter just handles phone numbers. When {@link #setUseCallableUri(boolean)}
64 * API instead of {@link Phone}.
69 private static final String IGNORE_NUMBER_TOO_LONG_CLAUSE = "length(" + Phone.NUMBER + ") < 1000";
136 Uri baseUri = mUseCallableUri ? Callable.CONTENT_URI : Phone.CONTENT_URI;
143 builder.appendQueryParameter(Phone.EXTRA_ADDRESS_BOOK_INDEX, "true");
148 // Ignore invalid phone numbers that are too long. These can potentially cause freezes
171 loader.setSortOrder(Phone.SORT_KEY_PRIMARY);
173 loader.setSortOrder(Phone.SORT_KEY_ALTERNATIVE);
216 break; // This adapter is always "phone only", so no selection needed either.
271 Phone.getTypeLabel(
316 // entries in the group show just their data (e.g. phone number, email address).
370 label = Phone.getTypeLabel(mContext.getResources(), type, customLabel);
378 // Display phone label. If that's null, display geocoded location for the number
394 boolean isPresent = (carrierPresence & Phone.CARRIER_PRESENCE_VT_CAPABLE) != 0;
593 Phone._ID, // 0
594 Phone.TYPE, // 1
595 Phone.LABEL, // 2
596 Phone.NUMBER, // 3
597 Phone.CONTACT_ID, // 4
598 Phone.LOOKUP_KEY, // 5
599 Phone.PHOTO_ID, // 6
600 Phone.DISPLAY_NAME_PRIMARY, // 7
601 Phone.PHOTO_THUMBNAIL_URI, // 8
607 Phone._ID, // 0
608 Phone.TYPE, // 1
609 Phone.LABEL, // 2
610 Phone.NUMBER, // 3
611 Phone.CONTACT_ID, // 4
612 Phone.LOOKUP_KEY, // 5
613 Phone.PHOTO_ID, // 6
614 Phone.DISPLAY_NAME_ALTERNATIVE, // 7
615 Phone.PHOTO_THUMBNAIL_URI, // 8
632 projectionList.add(Phone.CARRIER_PRESENCE); // 9
639 projectionList.add(Phone.CARRIER_PRESENCE); // 9