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

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java46 /* package */ final static String TYPE = "type"; field in class:CancelActivity
79 mType = Integer.parseInt(uri.getQueryParameter(TYPE));
/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/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java90 static final String TYPE = "Type"; field in interface:BaseAccountType.Tag
98 static final String TYPE = "type"; field in interface:BaseAccountType.Attr
246 kind.defaultValues.put(Nickname.TYPE, Nickname.TYPE_DEFAULT);
263 kind.typeColumn = Phone.TYPE;
299 kind.typeColumn = Email.TYPE;
319 kind.typeColumn = StructuredPostal.TYPE;
347 kind.defaultValues.put(Im.TYPE, Im.TYPE_OTHER);
413 kind.defaultValues.put(Website.TYPE, Website.TYPE_OTHER);
509 return Phone.TYPE;
846 if (Tag.TYPE
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java968 " WHERE " + AggregationExceptions.TYPE + "="
972 " WHERE " + AggregationExceptions.TYPE + "="
1157 AggregationExceptions.TYPE,
1165 int TYPE = 0; field in interface:ContactAggregator.AggregateExceptionQuery
1197 int type = c.getInt(AggregateExceptionQuery.TYPE);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java650 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_TRASH
658 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_INBOX
666 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_DRAFTS
674 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_OUTBOX
1464 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 4549 milliseconds