HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_PROJECTION (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 148 resolver.query(uri, Mailbox.CONTENT_PROJECTION, null, null, null);
165 assertEquals(Mailbox.CONTENT_PROJECTION.length, columnNames.length);
166 for (int i = 0; i < Mailbox.CONTENT_PROJECTION.length; i++) {
167 assertEquals(Mailbox.CONTENT_PROJECTION[i], columnNames[i]);
190 // cursor = resolver.query(Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, null, null, null);
AccountBackupRestoreTests.java 123 Cursor c = cr.query(Account.CONTENT_URI, Account.CONTENT_PROJECTION, null, null, "_id ASC");
ProviderTests.java 391 EmailContent.Body.CONTENT_PROJECTION, BodyColumns.MESSAGE_KEY + "=?",
484 Attachment.CONTENT_PROJECTION, AttachmentColumns.MESSAGE_KEY + "=?",
536 Attachment.CONTENT_PROJECTION, AttachmentColumns.MESSAGE_KEY + "=?",
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java 73 Account.CONTENT_PROJECTION, null, null, null);
LegacyConversionsTests.java 113 Cursor c = mProviderContext.getContentResolver().query(uri, Attachment.CONTENT_PROJECTION,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 113 Mailbox.CONTENT_PROJECTION, MailboxColumns.SERVER_ID + "=? AND " + accountSelector,
142 resolver.query(Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION,
Mailbox.java 205 public static final String[] CONTENT_PROJECTION = new String[] {
458 Mailbox.CONTENT_URI, Mailbox.CONTENT_PROJECTION, id);
515 Mailbox.CONTENT_PROJECTION,
753 final Object[] hash = new Object[CONTENT_PROJECTION.length];
    [all...]
EmailContent.java 480 public static final String[] CONTENT_PROJECTION = new String[] {
541 Body.CONTENT_PROJECTION, BodyColumns.MESSAGE_KEY + "=?",
    [all...]
HostAuth.java 90 public static final String[] CONTENT_PROJECTION = new String[] {
111 HostAuth.CONTENT_URI, HostAuth.CONTENT_PROJECTION, id);
Policy.java 108 public static final String[] CONTENT_PROJECTION = new String[] {RECORD_ID,
144 Policy.CONTENT_PROJECTION, id, observer);
Account.java 175 public static final String[] CONTENT_PROJECTION = {
215 Account.CONTENT_URI, Account.CONTENT_PROJECTION, id, observer);
251 Cursor c = context.getContentResolver().query(getUri(), Account.CONTENT_PROJECTION,
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
Utilities.java 64 EmailContent.Message.CONTENT_PROJECTION,
AccountReconciler.java 81 Account.CONTENT_PROJECTION, null, null, null);
DBHelper.java     [all...]
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 96 com.android.emailcommon.provider.Account.CONTENT_PROJECTION,
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 274 final Cursor cursor = context.getContentResolver().query(uri, Attachment.CONTENT_PROJECTION,
418 context.getContentResolver().query(uri, Attachment.CONTENT_PROJECTION,
SecurityPolicy.java 139 Policy.CONTENT_PROJECTION, null, null, null);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 200 Account.CONTENT_PROJECTION, AccountColumns.EMAIL_ADDRESS + "=?",
EmailBroadcastProcessorService.java 344 Cursor c = resolver.query(Account.CONTENT_URI, Account.CONTENT_PROJECTION,
ImapService.java     [all...]
Pop3Service.java 393 Cursor c = resolver.query(Attachment.CONTENT_URI, Attachment.CONTENT_PROJECTION,
AttachmentService.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFullSyncOperation.java 287 EmailContent.Message.CONTENT_PROJECTION, MAILBOX_KEY_AND_NOT_SEND_FAILED,
EasPing.java 334 Mailbox.CONTENT_PROJECTION, WHERE_ACCOUNT_KEY_AND_SERVER_ID,
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 301 Account.CONTENT_PROJECTION, PUSH_ACCOUNTS_SELECTION, null, null);

Completed in 323 milliseconds

1 2