Searched refs:TYPE (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java327 builder.withValue(Phone.TYPE, mType);
398 // Used only when TYPE is TYPE_CUSTOM.
417 builder.withValue(Email.TYPE, mType);
560 builder.withValue(StructuredPostal.TYPE, mType);
782 builder.withValue(Organization.TYPE, mType);
893 builder.withValue(Im.TYPE, mType);
1080 builder.withValue(Nickname.TYPE, Nickname.TYPE_DEFAULT);
1191 builder.withValue(Website.TYPE, Website.TYPE_HOMEPAGE);
1247 builder.withValue(Event.TYPE, Event.TYPE_BIRTHDAY);
1303 builder.withValue(Event.TYPE, Even
[all...]
H A DVCardBuilder.java826 final Integer typeAsObject = contentValues.getAsInteger(Phone.TYPE);
976 Integer typeAsObject = contentValues.getAsInteger(Email.TYPE);
1040 final Integer typeAsInteger = contentValues.getAsInteger(StructuredPostal.TYPE);
1068 final Integer typeAsInteger = contentValues.getAsInteger(StructuredPostal.TYPE);
1232 final Integer typeAsInteger = contentValues.getAsInteger(Im.TYPE);
1415 final Integer eventTypeAsInteger = contentValues.getAsInteger(Event.TYPE);
1718 // "TYPE=" string.
2040 // We may have to make this comma separated form like "TYPE=DOM,WORK" in the future,
2080 // Refrain from using appendType() so that "TYPE=" is not be appended when the
2083 // Note: In vCard 3.0, Type strings also can be like this: "TYPE
[all...]
/frameworks/base/obex/javax/obex/
H A DClientOperation.java196 return (String)mReplyHeader.getHeader(HeaderSet.TYPE);
H A DServerOperation.java574 return (String)requestHeader.getHeader(HeaderSet.TYPE);
/frameworks/base/core/java/android/provider/
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
5084 public static final String TYPE = DataColumns.DATA2; field in interface:ContactsContract.CommonDataKinds.CommonColumns
7234 public static final String TYPE = "type"; field in class:ContactsContract.AggregationExceptions
[all...]
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java33 private static final boolean IS_ENG_BUILD = "eng".equals(Build.TYPE);
H A DMenuInflater.java227 if (mMethod.getReturnType() == Boolean.TYPE) {
H A DViewDebug.java184 @Target({ ElementType.TYPE })
208 @Target({ ElementType.TYPE })
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java198 int typeColumnIndex = cursor.getColumnIndex(PhoneLookup.TYPE);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java484 new String[] { Addr.ADDRESS, Addr.CHARSET, Addr.TYPE },
689 values.put(Addr.TYPE, type);
968 Addr.TYPE + "=" + type, null);
/frameworks/base/core/java/android/os/
H A DStrictMode.java118 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);
119 private static final boolean IS_ENG_BUILD = "eng".equals(Build.TYPE);
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java152 Contacts.People.TYPE, // 2
/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/base/core/java/android/widget/
H A DRemoteViews.java143 @Target({ ElementType.TYPE })
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java959 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.TYPE)));
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java596 "setChildrenDrawingOrderEnabled", new Class[] { Boolean.TYPE });
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java209 static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);

Completed in 545 milliseconds

123