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

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java49 /* package */ final static String TYPE = "type"; field in class:CancelActivity
82 mType = Integer.parseInt(uri.getQueryParameter(TYPE));
/packages/apps/Contacts/src/com/android/contacts/model/
H A DBaseAccountType.java84 static final String TYPE = "Type"; field in interface:BaseAccountType.Tag
92 static final String TYPE = "type"; field in interface:BaseAccountType.Attr
240 kind.defaultValues.put(Nickname.TYPE, Nickname.TYPE_DEFAULT);
257 kind.typeColumn = Phone.TYPE;
293 kind.typeColumn = Email.TYPE;
313 kind.typeColumn = StructuredPostal.TYPE;
339 kind.defaultValues.put(Im.TYPE, Im.TYPE_OTHER);
403 kind.defaultValues.put(Website.TYPE, Website.TYPE_OTHER);
514 return Phone.TYPE;
856 if (Tag.TYPE
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java810 " WHERE " + AggregationExceptions.TYPE + "="
814 " WHERE " + AggregationExceptions.TYPE + "="
999 AggregationExceptions.TYPE,
1007 int TYPE = 0; field in interface:ContactAggregator.AggregateExceptionQuery
1039 int type = c.getInt(AggregateExceptionQuery.TYPE);
H A DLegacyContactImporter.java685 static int TYPE = 4; field in interface:LegacyContactImporter.OrganizationsQuery
697 Organization.TYPE + "," +
707 int TYPE = 7; field in interface:LegacyContactImporter.OrganizationInsert
734 bindString(insert, OrganizationInsert.TYPE, c.getString(OrganizationsQuery.TYPE));
750 static int TYPE = 4; field in interface:LegacyContactImporter.ContactMethodsQuery
762 Email.TYPE + "," +
772 int TYPE = 6; field in interface:LegacyContactImporter.EmailInsert
784 Im.TYPE + "," +
794 int TYPE field in interface:LegacyContactImporter.ImInsert
816 int TYPE = 6; field in interface:LegacyContactImporter.PostalInsert
907 static int TYPE = 1; field in interface:LegacyContactImporter.PhonesQuery
930 int TYPE = 6; field in interface:LegacyContactImporter.PhoneInsert
1176 static int TYPE = 4; field in interface:LegacyContactImporter.CallsQuery
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java615 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_TRASH
623 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_INBOX
631 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_DRAFTS
639 + " WHERE " + MailboxColumns.TYPE + " = " + Mailbox.TYPE_OUTBOX
1363 public static final String TYPE = "type"; field in interface:EmailContent.MailboxColumns

Completed in 149 milliseconds