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

/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
H A DPartnerBookmarksContract.java98 * Used in {@link #TYPE} column and indicates the row is a bookmark.
103 * Used in {@link #TYPE} column and indicates the row is a folder.
123 public static final String TYPE = "type"; field in class:PartnerBookmarksContract.Bookmarks
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DCancelActivity.java46 /* package */ final static String TYPE = "type"; field in class:CancelActivity
79 mType = Integer.parseInt(uri.getQueryParameter(TYPE));
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DBaseAccountType.java91 static final String TYPE = "Type"; field in interface:BaseAccountType.Tag
99 static final String TYPE = "type"; field in interface:BaseAccountType.Attr
247 kind.defaultValues.put(Nickname.TYPE, Nickname.TYPE_DEFAULT);
264 kind.typeColumn = Phone.TYPE;
300 kind.typeColumn = Email.TYPE;
320 kind.typeColumn = StructuredPostal.TYPE;
348 kind.defaultValues.put(Im.TYPE, Im.TYPE_OTHER);
413 kind.defaultValues.put(Website.TYPE, Website.TYPE_OTHER);
509 return Phone.TYPE;
798 if (Tag.TYPE
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java965 " WHERE " + AggregationExceptions.TYPE + "="
969 " WHERE " + AggregationExceptions.TYPE + "="
1154 AggregationExceptions.TYPE,
1162 int TYPE = 0; field in interface:ContactAggregator.AggregateExceptionQuery
1194 int type = c.getInt(AggregateExceptionQuery.TYPE);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java653 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_TRASH
661 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_INBOX
669 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_DRAFTS
677 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_OUTBOX
1467 public static final String TYPE = "type"; field in interface:EmailContent.MailboxColumns
/packages/apps/Email/src/com/android/mail/providers/
H A DUIProvider.java263 public static final String TYPE = "type"; field in class:UIProvider.AccountColumns
497 FolderColumns.TYPE,
626 public static final String TYPE = "type"; field in class:UIProvider.FolderColumns

Completed in 172 milliseconds