Searched defs:TYPE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/include/utils/
H A DDebug.h40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; }; typedef in struct:android::CompileTimeIfElse
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; }; typedef in struct:android::CompileTimeIfElse
/frameworks/base/core/java/android/util/
H A DXml.java119 static final String TYPE field in class:Xml.XmlSerializerFactory
124 instance = XmlPullParserFactory.newInstance(TYPE, null);
/frameworks/base/core/java/android/os/
H A DBuild.java172 public static final String TYPE = getString("ro.build.type"); field in class:Build
/frameworks/base/core/java/android/provider/
H A DCallLog.java77 public static final String TYPE = "type"; field in class:CallLog.Calls
169 values.put(TYPE, Integer.valueOf(callType));
H A DContacts.java866 public static final String TYPE = "type"; field in interface:Contacts.PhonesColumns
910 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
1158 public static final String TYPE = "type"; field in interface:Contacts.ContactMethodsColumns
1181 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1188 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1642 public static final String TYPE = "type"; field in interface:Contacts.OrganizationColumns
1661 * The user provided label, only used if TYPE is TYPE_CUSTOM.
H A DTelephony.java62 public static final String TYPE = "type"; field in interface:Telephony.TextBasedSmsColumns
271 values.put(TYPE, folder);
1107 public static final String TYPE = "type"; field in interface:Telephony.ThreadsColumns
1389 public static final String TYPE = "type"; field in class:Telephony.Mms.Addr
1674 public static final String TYPE = "type"; field in class:Telephony.Carriers
H A DContactsContract.java1591 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
1603 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
1646 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
1658 * new String[] {Data._ID, Phone.NUMBER, Phone.TYPE, Phone.LABEL},
2213 public static final String TYPE = "type"; field in interface:ContactsContract.PhoneLookupColumns
2252 * <td>{@link #TYPE}</td>
2630 public static final String TYPE = DataColumns.DATA2; field in interface:ContactsContract.CommonDataKinds.CommonColumns
2785 * .withValue(Nickname.TYPE, Nickname.TYPE_CUSTOM)
2810 * <td>{@link #TYPE}</td>
2877 * <td>{@link #TYPE}</t
4380 public static final String TYPE = "type"; field in class:ContactsContract.AggregationExceptions
[all...]
H A DIm.java387 String TYPE = "type"; field in interface:Im.ContactsColumns
917 String TYPE = "type"; field in interface:Im.MessageColumns
/frameworks/base/include/private/ui/
H A DRegionHelper.h29 typedef typename RECT::value_type TYPE; typedef in class:android::region_operator
30 static const TYPE max_value = 0x7FFFFFF;
52 TYPE dx;
53 TYPE dy;
58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy)
81 TYPE left, right;
106 TYPE lhs_head;
107 TYPE lhs_tail;
108 TYPE rhs_hea
[all...]
/frameworks/base/libs/surfaceflinger/
H A DBlurFilter.cpp233 typedef typename PIXEL::type TYPE; typedef
248 (src->stride * kernelSize) * sizeof(TYPE));
253 TYPE* const scratch = (TYPE*)(sums + w + kernelSize);
261 TYPE* head;
262 TYPE pixel;
272 src->stride*kernelHalfSize*sizeof(TYPE));
277 head = (TYPE*)src->data + y*src->stride;
283 TYPE* fb = (TYPE*)ds
[all...]
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java66 * The value of <code>TYPE</code> is 0x42 (66).
68 public static final int TYPE = 0x42; field in class:HeaderSet
274 case TYPE:
451 case TYPE:
513 out.write(TYPE);

Completed in 580 milliseconds