Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DQuickResponse.java48 private static final int CONTENT_ID_COLUMN = 0; field in QuickResponse
89 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DMailbox.java66 public static final int CONTENT_ID_COLUMN = 0; field in Mailbox
313 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
548 hash[CONTENT_ID_COLUMN] in getHashes()
DHostAuth.java66 public static final int CONTENT_ID_COLUMN = 0; field in HostAuth
172 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DEmailContent.java282 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Body
550 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Message
846 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
1145 public static final int CONTENT_ID_COLUMN = 0; field in EmailContent.Attachment
1279 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DPolicy.java80 public static final int CONTENT_ID_COLUMN = 0; field in Policy
297 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
DAccount.java142 public static final int CONTENT_ID_COLUMN = 0; field in Account
258 mId = cursor.getLong(CONTENT_ID_COLUMN); in restore()
/packages/apps/Email/src/com/android/email/service/
DAccountService.java64 long accountId = c.getLong(Account.CONTENT_ID_COLUMN);
DEmailBroadcastProcessorService.java198 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in setImapDeletePolicy()
DMailService.java671 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in getPopImapAccountList()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasAccountService.java569 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in runPingLoop()
846 pushFallback(c.getLong(Mailbox.CONTENT_ID_COLUMN)); in parsePingResult()
856 ExchangeService.startManualSync(c.getLong(Mailbox.CONTENT_ID_COLUMN), in parsePingResult()
DExchangeService.java2126 new String[] {Long.toString(outboxCursor.getLong(Mailbox.CONTENT_ID_COLUMN))}, in hasSendableMessages()
2130 if (!Utility.hasUnloadedAttachments(this, c.getLong(Message.CONTENT_ID_COLUMN))) { in hasSendableMessages()
2283 long mailboxId = c.getLong(Mailbox.CONTENT_ID_COLUMN); in checkMailboxes()
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
DMailboxUtilities.java49 long parentId = parentCursor.getLong(Mailbox.CONTENT_ID_COLUMN); in setFlagsAndChildrensParentKey()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettings.java428 long accountId = c.getLong(Account.CONTENT_ID_COLUMN); in doInBackground()
/packages/apps/Email/src/com/android/email/provider/
DEmailProvider.java548 accountMailboxTypeMap.put(type, c.getLong(Mailbox.CONTENT_ID_COLUMN)); in addToMailboxTypeMap()
1132 long iterId = accountCursor.getLong(Account.CONTENT_ID_COLUMN); in query()
DDBHelper.java1184 whereArgs[0] = messageCursor.getString(Message.CONTENT_ID_COLUMN); in upgradeFromVersion29ToVersion30()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DEmailSyncAdapter.java1320 } else if (messageReferenced(cr, c.getLong(Message.CONTENT_ID_COLUMN))) {