Home | History | Annotate | Download | only in provider

Lines Matching defs:Phone

65  * as a phone number or email addresses.  The set of data kinds that can be
165 * return only phone-related results. For example, frequently contacted person list should
166 * include persons contacted via phone (not email, sms, etc.)
188 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
262 * in email and phone lookup functionalities, it should also implement
265 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
509 * allow creation of shortcuts for data items like email, phone or postal address,
886 * An indicator of whether this contact has at least one phone number. "1" if there is
887 * at least one phone number, "0" otherwise.
1010 * of increasing priority: {@link #EMAIL}, {@link #PHONE},
1016 public static final int PHONE = 20;
1192 * <li>If you need to look up a contact by the phone number, use
1275 * <td>An indicator of whether this contact has at least one phone number.
1276 * "1" if there is at least one phone number, "0" otherwise.</td>
1814 public static final String PARAMETER_MATCH_PHONE = "phone";
2316 * Changes to the structured name, organization, phone number, email address,
2400 * finalizes phone-side deletion by calling {@code resolver.delete(...)}
2403 * changes to the phone, but not the reverse. If one of those raw contacts
2404 * is marked for deletion, it will remain on the phone. However it will be
2617 * SOURCE_ID field on the phone.
2638 * the sync adapter updates the contact on the phone (without the
3139 * camera that can be used for video chat (e.g. a front-facing camera on a phone).
4113 * information (such as a phone number) and its
4124 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
4126 * phone number, but if the data kind is
4133 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
4135 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
4168 * single transaction, which ensures that the phone-side and server-side
4206 * values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
4207 * values.put(Phone.NUMBER, "1-800-GOOG-411");
4208 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
4209 * values.put(Phone.LABEL, "free directory assistance");
4220 * .withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
4221 * .withValue(Phone.NUMBER, "1-800-GOOG-411")
4222 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
4223 * .withValue(Phone.LABEL, "free directory assistance")
4269 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
4271 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
4281 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
4283 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
4323 * <li>{@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}</li>
4362 * the default phone number to use for the contact).</td>
4863 * The phone number as the user entered it.
4869 * The type of phone number, for example Home or Work.
4875 * The user defined label for the phone number.
4881 * The phone number's E164 representation.
4888 * A table that represents the result of looking up a phone number, for
4907 * <td>Phone number.</td>
4913 * <td>Phone number type. See {@link CommonDataKinds.Phone}.</td>
4919 * <td>Custom label for the phone number. See {@link CommonDataKinds.Phone}.</td>
5005 * The content:// style URI for this table. Append the phone number you want to lookup
5051 * The MIME type of {@link #CONTENT_FILTER_URI} providing a directory of phone lookup rows.
5757 public static final class Phone implements DataColumnsWithJoins, CommonColumns,
5762 private Phone() {}
5782 * The content:// style URL for phone lookup using a filter. The filter returns
5784 * to display names as well as phone numbers. The filter argument should be passed
5799 * If "1" or "true", phone numbers are searched. If "0" or "false", phone numbers
5826 * The phone number as the user entered it.
5832 * The phone number's E164 representation. This value can be omitted in which
7202 * that users can use for calling purposes. {@link Phone} and {@link SipAddress} are the
7207 * each column. For example the meaning for {@link Phone}'s type is different than
7214 * Similar to {@link Phone#CONTENT_URI}, but returns callable data instead of only
7215 * phone numbers.
7220 * Similar to {@link Phone#CONTENT_FILTER_URI}, but allows users to filter callable
7229 * to start communicating with a person ({@link Phone} and {@link Email}). Note that this
7233 * can use to initiate communications with another contact. {@link Phone} and {@link Email}
7359 * {@link CommonDataKinds.GroupMembership} in this group, and also have phone numbers.
7491 * phone numbers. Read-only value that is only present when querying
7747 * no {@link CommonDataKinds.GroupMembership} entries, and also have phone numbers.
7811 * no {@link CommonDataKinds.GroupMembership} entries, and also have phone
7936 * {@link ContactsContract.CommonDataKinds.Phone#CONTENT_FILTER_URI}, and users can benefit
7951 * interactions using the same contact data field (for example a phone number can be used to
7952 * make phone calls or send SMS).
8007 * Type of usage for voice interaction, which includes phone call, voice chat, and
8419 * list of phone numbers which come from the contacts or
8422 * The phone numbers being passed in through {@link #EXTRA_PHONE_URIS}
8428 * {@link android.app.Activity#RESULT_OK}, the array of picked phone
8472 * The phone numbers want to be picked by default should be passed in as
8473 * input value. These phone numbers could belong to the contacts or not.
8475 * The phone numbers which were picked by the user are returned as output
8478 * Type: array of URIs, the tel URI is used for the phone numbers which don't
8479 * belong to any contact, the content URI is used for phone id in contacts.
8570 * The action for the contacts with phone numbers list tab.
8682 * The extra field for the contact phone number.
8685 public static final String PHONE = "phone";
8688 * The extra field for the contact phone number type.
8690 * {@link CommonDataKinds.Phone},
8696 * The extra field for the phone isprimary flag.
8702 * The extra field for an optional second contact phone number.
8708 * The extra field for an optional second contact phone number type.
8710 * {@link CommonDataKinds.Phone},
8716 * The extra field for an optional third contact phone number.
8722 * The extra field for an optional third contact phone number type.
8724 * {@link CommonDataKinds.Phone},
8826 * For example, an Exchange contact can only have one phone numbers of type Home,
8827 * so the contact editor may choose a different type for this phone number to
8828 * avoid dropping the valueable part of the row, which is the phone number.