Home
last modified time | relevance | path

Searched refs:TYPE_CONTACTS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/src/com/android/exchange/
DContactsSyncAdapterService.java48 MailboxColumns.ACCOUNT_KEY + "=? AND " + MailboxColumns.TYPE + '=' + Mailbox.TYPE_CONTACTS;
DSyncManager.java153 + Mailbox.TYPE_EAS_ACCOUNT_MAILBOX + ',' + Mailbox.TYPE_CONTACTS + ','
1470 updatePIMSyncSettings(account, Mailbox.TYPE_CONTACTS, ContactsContract.AUTHORITY); in checkPIMSyncSettings()
2078 if (type == Mailbox.TYPE_CONTACTS || type == Mailbox.TYPE_CALENDAR) { in checkMailboxes()
2088 if (type == Mailbox.TYPE_CONTACTS) { in checkMailboxes()
DEasSyncService.java1252 if (type == Mailbox.TYPE_CONTACTS) { in getTargetCollectionClassFromCursor()
2196 if (mMailbox.mType == Mailbox.TYPE_CONTACTS) { in run()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java1698 ProviderTestUtils.setupMailbox("Con1", acct1.mId, true, context, Mailbox.TYPE_CONTACTS); in testFindMailboxOfType()
1705 ProviderTestUtils.setupMailbox("Con2", acct2.mId, true, context, Mailbox.TYPE_CONTACTS); in testFindMailboxOfType()
1717 Mailbox.findMailboxOfType(context, acct1.mId, Mailbox.TYPE_CONTACTS)); in testFindMailboxOfType()
1719 Mailbox.findMailboxOfType(context, acct2.mId, Mailbox.TYPE_CONTACTS)); in testFindMailboxOfType()
1732 ProviderTestUtils.setupMailbox("Con1", acct1.mId, true, context, Mailbox.TYPE_CONTACTS); in testRestoreMailboxOfType()
1739 ProviderTestUtils.setupMailbox("Con2", acct2.mId, true, context, Mailbox.TYPE_CONTACTS); in testRestoreMailboxOfType()
1751 Mailbox.restoreMailboxOfType(context, acct1.mId, Mailbox.TYPE_CONTACTS)); in testRestoreMailboxOfType()
1753 Mailbox.restoreMailboxOfType(context, acct2.mId, Mailbox.TYPE_CONTACTS)); in testRestoreMailboxOfType()
/packages/apps/Email/src/com/android/exchange/adapter/
DFolderSyncParser.java222 m.mType = Mailbox.TYPE_CONTACTS; in addParser()
/packages/apps/Email/src/com/android/email/provider/
DEmailContent.java2002 public static final int TYPE_CONTACTS = 0x42; field in EmailContent.Mailbox