Home | History | Annotate | Download | only in provider

Lines Matching refs:TYPE

63          * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
69 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
75 * The type of the call (incoming, outgoing or missed).
76 * <P>Type: INTEGER (int)</P>
78 public static final String TYPE = "type";
86 * <P>Type: TEXT</P>
92 * <P>Type: INTEGER (long)</P>
98 * <P>Type: INTEGER (long)</P>
104 * <P>Type: INTEGER (boolean)</P>
112 * <P>Type: TEXT</P>
117 * The cached number type (Home, Work, etc) associated with the
121 * <P>Type: INTEGER</P>
126 * The cached number label, for a custom number type, associated with the
130 * <P>Type: TEXT</P>
170 values.put(TYPE, Integer.valueOf(callType));
204 TYPE + " = " + OUTGOING_TYPE,