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

/frameworks/native/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.java114 static final String TYPE field in class:Xml.XmlSerializerFactory
119 instance = XmlPullParserFactory.newInstance(TYPE, null);
/frameworks/base/core/java/android/os/
H A DBuild.java437 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
299 values.put(TYPE, Integer.valueOf(callType));
375 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.java476 * <p>TYPE: TEXT</p>
484 * <p>TYPE: INTEGER</p>
491 * <p>TYPE: text</p>
506 * <p>TYPE: text</p>
513 * <p>TYPE: text</p>
521 * <p>TYPE: text</p>
1173 * <p>TYPE: String[]</p>
1182 * <p>TYPE: int[]</p>
3905 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3919 * .withValue(Phone.TYPE, Phon
4562 public static final String TYPE = "type"; field in interface:ContactsContract.PhoneLookupColumns
5083 public static final String TYPE = DataColumns.DATA2; field in interface:ContactsContract.CommonDataKinds.CommonColumns
7233 public static final String TYPE = "type"; field in class:ContactsContract.AggregationExceptions
[all...]
/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/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);
/frameworks/rs/cpp/
H A DRenderScript.h88 Element *TYPE; member in struct:android::renderscriptCpp::RenderScript::__anon1532
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java398 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java407 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java62 public static final String TYPE = "type"; field in interface:Telephony.TextBasedSmsColumns
295 values.put(TYPE, folder);
1228 public static final String TYPE = "type"; field in interface:Telephony.ThreadsColumns
1506 public static final String TYPE = "type"; field in class:Telephony.Mms.Addr
1783 public static final String TYPE = "type"; field in class:Telephony.Carriers

Completed in 1728 milliseconds