Lines Matching defs:Phone

192      * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
322 * {@link CommonDataKinds.Phone#CONTENT_FILTER_URI CommonDataKinds.Phone.CONTENT_FILTER_URI}.
3821 * {@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}, then the column
3830 * {@link CommonDataKinds.Phone}, {@link CommonDataKinds.Email} etc. As a
3832 * For example, {@link CommonDataKinds.Phone Phone.NUMBER} is the same as
3903 * values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
3904 * values.put(Phone.NUMBER, "1-800-GOOG-411");
3905 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3906 * values.put(Phone.LABEL, "free directory assistance");
3917 * .withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
3918 * .withValue(Phone.NUMBER, "1-800-GOOG-411")
3919 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
3920 * .withValue(Phone.LABEL, "free directory assistance")
3966 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
3968 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
3978 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
3980 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
4020 * <li>{@link CommonDataKinds.Phone Phone.CONTENT_ITEM_TYPE}</li>
4597 * <td>Phone number.</td>
4603 * <td>Phone number type. See {@link CommonDataKinds.Phone}.</td>
4609 * <td>Custom label for the phone number. See {@link CommonDataKinds.Phone}.</td>
5388 public static final class Phone implements DataColumnsWithJoins, CommonColumns {
5392 private Phone() {}
6810 * that users can use for calling purposes. {@link Phone} and {@link SipAddress} are the
6815 * each column. For example the meaning for {@link Phone}'s type is different than
6823 * Similar to {@link Phone#CONTENT_URI}, but returns callable data instead of only
6829 * Similar to {@link Phone#CONTENT_FILTER_URI}, but allows users to filter callable
7516 * {@link ContactsContract.CommonDataKinds.Phone#CONTENT_FILTER_URI}, and users can benefit
8161 * {@link CommonDataKinds.Phone},
8181 * {@link CommonDataKinds.Phone},
8195 * {@link CommonDataKinds.Phone},