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

12

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestUpdateInbox.java26 private static final String TYPE = "x-bt/MAP-messageUpdate"; field in class:BluetoothMasRequestUpdateInbox
29 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetFolderListing.java29 private static final String TYPE = "x-obex/folder-listing"; field in class:BluetoothMasRequestGetFolderListing
43 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetFolderListingSize.java28 private static final String TYPE = "x-obex/folder-listing"; field in class:BluetoothMasRequestGetFolderListingSize
33 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetMessage.java37 private static final String TYPE = "x-bt/message"; field in class:BluetoothMasRequestGetMessage
45 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetMessagesListingSize.java28 private static final String TYPE = "x-bt/MAP-msg-listing"; field in class:BluetoothMasRequestGetMessagesListingSize
34 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestSetMessageStatus.java32 private static final String TYPE = "x-bt/messageStatus"; field in class:BluetoothMasRequestSetMessageStatus
37 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestSetNotificationRegistration.java28 private static final String TYPE = "x-bt/MAP-NotificationRegistration"; field in class:BluetoothMasRequestSetNotificationRegistration
35 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestPushMessage.java31 private static final String TYPE = "x-bt/message"; field in class:BluetoothMasRequestPushMessage
36 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetMessagesListing.java33 private static final String TYPE = "x-bt/MAP-msg-listing"; field in class:BluetoothMasRequestGetMessagesListing
57 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMnsObexServer.java41 private final static String TYPE = "x-bt/MAP-event-report"; field in class:BluetoothMnsObexServer
92 String type = (String) headerset.getHeader(HeaderSet.TYPE);
95 if (!TYPE.equals(type) || !oap.exists(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID)) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java29 private static final String TYPE = "x-bt/phonebook"; field in class:BluetoothPbapRequestPullPhoneBookSize
36 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothPbapRequestPullVcardListingSize.java29 private static final String TYPE = "x-bt/vcard-listing"; field in class:BluetoothPbapRequestPullVcardListingSize
36 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothPbapRequestPullVcardEntry.java34 private static final String TYPE = "x-bt/vcard"; field in class:BluetoothPbapRequestPullVcardEntry
43 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothPbapRequestPullPhoneBook.java34 private static final String TYPE = "x-bt/phonebook"; field in class:BluetoothPbapRequestPullPhoneBook
55 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothPbapRequestPullVcardListing.java34 private static final String TYPE = "x-bt/vcard-listing"; field in class:BluetoothPbapRequestPullVcardListing
57 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
/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/obex/javax/obex/
H A DHeaderSet.java67 * The value of <code>TYPE</code> is 0x42 (66).
69 public static final int TYPE = 0x42; field in class:HeaderSet
297 case TYPE:
474 case TYPE:
538 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/core/java/android/os/
H A DBuild.java602 public static final String TYPE = getString("ro.build.type"); field in class:Build
/frameworks/base/core/java/android/provider/
H A DCallLog.java76 * TYPE: integer
83 * TYPE: integer
91 * TYPE: Boolean
152 public static final String TYPE = "type"; field in class:CallLog.Calls
457 values.put(TYPE, Integer.valueOf(callType));
566 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.java865 public static final String TYPE = "type"; field in interface:Contacts.PhonesColumns
909 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
1157 public static final String TYPE = "type"; field in interface:Contacts.ContactMethodsColumns
1180 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1187 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1687 public static final String TYPE = "type"; field in interface:Contacts.OrganizationColumns
1706 * The user provided label, only used if TYPE is TYPE_CUSTOM.
/frameworks/base/rs/java/android/renderscript/
H A DElement.java410 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

Completed in 869 milliseconds

12