Home
last modified time | relevance | path

Searched refs:CONTENT_ID_COLUMN (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java332 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Body
638 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Message
943 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
1275 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Attachment
1447 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DMailbox.java180 public static final int CONTENT_ID_COLUMN = 0; field in Mailbox
577 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
769 hash[CONTENT_ID_COLUMN] in getHashes()
DHostAuth.java69 public static final int CONTENT_ID_COLUMN = 0; field in HostAuth
175 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DPolicy.java83 public static final int CONTENT_ID_COLUMN = 0; field in Policy
300 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DAccount.java151 public static final int CONTENT_ID_COLUMN = 0; field in Account
259 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DMailboxUtilities.java54 long parentId = parentCursor.getLong(Mailbox.CONTENT_ID_COLUMN); in setFlagsAndChildrensParentKey()
/packages/apps/Exchange/src/com/android/exchange/
DEasAccountService.java547 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in runPingLoop()
825 pushFallback(c.getLong(Mailbox.CONTENT_ID_COLUMN)); in parsePingResult()
835 ExchangeService.startManualSync(c.getLong(Mailbox.CONTENT_ID_COLUMN), in parsePingResult()
/packages/apps/Email/emailsync/src/com/android/emailsync/
DSyncManager.java1662 new String[] {Long.toString(outboxCursor.getLong(Mailbox.CONTENT_ID_COLUMN))}, in hasSendableMessages()
1666 if (!Utility.hasUnloadedAttachments(this, c.getLong(Message.CONTENT_ID_COLUMN))) { in hasSendableMessages()
1839 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in checkMailboxes()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasPing.java378 final long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in requestSyncForSyncList()
/packages/apps/Email/src/com/android/email/service/
DEmailBroadcastProcessorService.java362 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in setImapDeletePolicy()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettings.java505 final long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in doInBackground()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DEmailSyncAdapter.java1347 } else if (messageReferenced(cr, c.getLong(Message.CONTENT_ID_COLUMN))) {
/packages/apps/Email/src/com/android/email/provider/
DDBHelper.java1633 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion29ToVersion30()