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

/frameworks/base/core/java/android/util/
H A DXml.java114 static final String TYPE field in class:Xml.XmlSerializerFactory
119 instance = XmlPullParserFactory.newInstance(TYPE, null);
/frameworks/native/include/ui/
H A DTVecHelpers.h45 template <typename TYPE>
47 Impersonator& operator = (const TYPE& rhs) {
48 reinterpret_cast<TYPE&>(*this) = rhs;
51 operator TYPE& () {
52 return reinterpret_cast<TYPE&>(*this);
54 operator TYPE const& () const {
55 return reinterpret_cast<TYPE const&>(*this);
/frameworks/base/core/java/android/os/
H A DBuild.java473 public static final String TYPE = getString("ro.build.type"); field in class:Build
/frameworks/base/core/java/android/provider/
H A DCallLog.java64 * TYPE: integer
71 * TYPE: integer
79 * TYPE: Boolean
119 public static final String TYPE = "type"; field in class:CallLog.Calls
334 values.put(TYPE, Integer.valueOf(callType));
410 TYPE + " = " + OUTGOING_TYPE,
H A DBrowserContract.java257 * Used in {@link Bookmarks#TYPE} column and indicats the row is a bookmark.
262 * Used in {@link Bookmarks#TYPE} column and indicats the row is a folder.
267 * Used in {@link Bookmarks#TYPE} column and indicats the row is the bookmark bar folder.
272 * Used in {@link Bookmarks#TYPE} column and indicats the row is other folder and
277 * Used in {@link Bookmarks#TYPE} column and indicats the row is other folder, .
297 public static final String TYPE = "type"; field in class:BrowserContract.Bookmarks
589 * Used in {@link Images#TYPE} column and indicats the row is a favicon.
594 * Used in {@link Images#TYPE} column and indicats the row is a precomposed touch icon.
599 * Used in {@link Images#TYPE} column and indicats the row is a touch icon.
615 public static final String TYPE field in class:BrowserContract.Images
[all...]
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.
1688 public static final String TYPE = "type"; field in interface:Contacts.OrganizationColumns
1707 * The user provided label, only used if TYPE is TYPE_CUSTOM.
H A DContactsContract.java474 * <p>TYPE: TEXT</p>
482 * <p>TYPE: INTEGER</p>
489 * <p>TYPE: text</p>
504 * <p>TYPE: text</p>
511 * <p>TYPE: text</p>
519 * <p>TYPE: text</p>
1188 * <p>TYPE: String[]</p>
1197 * <p>TYPE: int[]</p>
3981 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3995 * .withValue(Phone.TYPE, Phon
4645 public static final String TYPE = "type"; field in interface:ContactsContract.PhoneLookupColumns
5166 public static final String TYPE = DataColumns.DATA2; field in interface:ContactsContract.CommonDataKinds.CommonColumns
7348 public static final String TYPE = "type"; field in class:ContactsContract.AggregationExceptions
[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:
515 out.write(TYPE);
/frameworks/native/include/private/ui/
H A DRegionHelper.h30 typedef typename RECT::value_type TYPE; typedef in class:android::region_operator
31 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;
111 TYPE lhs_head;
112 TYPE lhs_tail;
113 TYPE rhs_hea
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java405 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java407 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h212 sp<const Element> TYPE; member in struct:android::RSC::RS::__anon1588
733 static sp<const Element> TYPE(sp<RS> rs);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java144 public static final String TYPE = "type"; field in interface:Telephony.TextBasedSmsColumns
392 values.put(TYPE, folder);
1518 public static final String TYPE = "type"; field in interface:Telephony.ThreadsColumns
1874 public static final String TYPE = "type"; field in class:Telephony.Mms.Addr
2333 public static final String TYPE = "type"; field in class:Telephony.Carriers

Completed in 7088 milliseconds