Searched defs:TYPE (Results 1 - 25 of 27) 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.java39 private static final String TYPE = "x-bt/message"; field in class:BluetoothMasRequestGetMessage
47 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
56 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/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/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
H A DCloudPrintPlugin.java52 private static final String TYPE = "printer"; field in class:CloudPrintPlugin
124 if (type == null || !TYPE.equals(
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java70 private static final String TYPE = "type"; field in class:NavBarTuner
134 ListPreference type = (ListPreference) findPreference(TYPE + "_" + k);
/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
317 case TYPE:
518 case TYPE:
586 out.write(TYPE);
/frameworks/native/include/private/ui/
H A DRegionHelper.h33 typedef typename RECT::value_type TYPE; typedef in class:android::region_operator
34 static const TYPE max_value = std::numeric_limits<TYPE>::max();
55 TYPE dx;
56 TYPE dy;
61 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy)
84 TYPE left, right;
114 TYPE lhs_head;
115 TYPE lhs_tai
[all...]
/frameworks/base/core/java/android/os/
H A DBuild.java780 public static final String TYPE = getString("ro.build.type"); field in class:Build
923 public static final boolean IS_ENG = "eng".equals(TYPE);
925 public static final boolean IS_USERDEBUG = "userdebug".equals(TYPE);
927 public static final boolean IS_USER = "user".equals(TYPE);
/frameworks/base/core/java/android/provider/
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 DCallLog.java97 * TYPE: integer
104 * TYPE: integer
112 * TYPE: Boolean
186 public static final String TYPE = "type"; field in class:CallLog.Calls
671 values.put(TYPE, Integer.valueOf(callType));
844 TYPE + " = " + OUTGOING_TYPE,
H A DContacts.java859 public static final String TYPE = "type"; field in interface:Contacts.PhonesColumns
903 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
1151 public static final String TYPE = "type"; field in interface:Contacts.ContactMethodsColumns
1174 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1181 * @hide This is temporal. TYPE_MOBILE should be added to TYPE in the future.
1681 public static final String TYPE = "type"; field in interface:Contacts.OrganizationColumns
1700 * The user provided label, only used if TYPE is TYPE_CUSTOM.
H A DContactsContract.java488 * <p>TYPE: TEXT</p>
496 * <p>TYPE: INTEGER</p>
503 * <p>TYPE: text</p>
518 * <p>TYPE: text</p>
525 * <p>TYPE: text</p>
533 * <p>TYPE: text</p>
1283 * <p>TYPE: String[]</p>
1291 * <p>TYPE: int[]</p>
4381 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
4395 * .withValue(Phone.TYPE, Phon
5073 public static final String TYPE = "type"; field in interface:ContactsContract.PhoneLookupColumns
5680 public static final String TYPE = DataColumns.DATA2; field in interface:ContactsContract.CommonDataKinds.CommonColumns
7967 public static final String TYPE = "type"; field in class:ContactsContract.AggregationExceptions
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DElement.java470 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java415 public static Element TYPE(RenderScript rs) { method in class:Element
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp97 const static FD::Type TYPE = (FD::Type)(baseIndex | FD::STRUCT_FLAG); member in struct:android::C2SizeStruct
133 { C2SizeStruct::TYPE, 3, "size", 36, 8 },
271 std::is_same<T, C2SizeStruct>::value ? C2SizeStruct::TYPE : (Type)0;
434 { C2SizeStruct::TYPE, 0, "flex", 0, sizeof(C2SizeStruct) }
449 { C2SizeStruct::TYPE, 0, "flex", 4, sizeof(C2SizeStruct) },
/frameworks/base/telephony/java/android/telephony/
H A DTelephony.java150 public static final String TYPE = "type"; field in interface:Telephony.TextBasedSmsColumns
468 values.put(TYPE, folder);
1833 public static final String TYPE = "type"; field in interface:Telephony.ThreadsColumns
2193 public static final String TYPE = "type"; field in class:Telephony.Mms.Addr
2659 public static final String TYPE = "type"; field in class:Telephony.Carriers
/frameworks/rs/cpp/
H A DrsCppStructs.h496 sp<const Element> TYPE; member in struct:android::RSC::RS::__anon2068
1085 static sp<const Element> TYPE(const sp<RS> &rs);

Completed in 528 milliseconds

12