Home
last modified time | relevance | path

Searched refs:ID_PROJECTION (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityMediumTests.java156 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowLong()
162 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowLong()
169 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowLong()
176 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowLong()
189 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowInt()
195 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowInt()
202 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowInt()
209 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, in testGetFirstRowInt()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DContactsSyncAdapterService.java45 private static final String[] ID_PROJECTION = new String[] {"_id"}; field in ContactsSyncAdapterService
88 Cursor c = resolver.query(uri, ID_PROJECTION, dirtyColumn + "=1", null, null); in hasDirtyRows()
131 cr.query(com.android.emailcommon.provider.Account.CONTENT_URI, ID_PROJECTION, in performSync()
137 Cursor mailboxCursor = cr.query(Mailbox.CONTENT_URI, ID_PROJECTION, in performSync()
DEmailSyncAdapterService.java43 private static final String[] ID_PROJECTION = new String[] {EmailContent.RECORD_ID}; field in EmailSyncAdapterService
98 ID_PROJECTION, AccountColumns.EMAIL_ADDRESS + "=?", new String[] {account.name}, in performSync()
104 Cursor mailboxCursor = cr.query(Mailbox.CONTENT_URI, ID_PROJECTION, in performSync()
DCalendarSyncAdapterService.java120 EmailContent.ID_PROJECTION, AccountColumns.EMAIL_ADDRESS + "=?", in performSync()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java299 Cursor c = resolver.query(HostAuth.CONTENT_URI, HostAuth.ID_PROJECTION, in findExistingAccount()
306 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, in findExistingAccount()
860 Account.ID_PROJECTION, null, null, null);
906 Mailbox.CONTENT_URI, EmailContent.ID_PROJECTION, Mailbox.TYPE + "=?",
1167 Account.CONTENT_URI, EmailContent.ID_PROJECTION, null, null, null);
1193 EmailContent.ID_PROJECTION,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java555 CONTENT_URI, ID_PROJECTION, in getAccountIdFromUuid()
567 Account.DEFAULT_ACCOUNT_ID_URI, Account.ID_PROJECTION, null, null, null); in getDefaultAccountId()
634 return null != Utility.getFirstRowLong(context, CONTENT_URI, ID_PROJECTION, in isValidId()
653 return Utility.getFirstRowLong(context, Mailbox.CONTENT_URI, ID_PROJECTION, in getInboxId()
DMailbox.java380 Cursor c = context.getContentResolver().query(uri, ID_PROJECTION, null, null, null); in findMailboxOfType()
397 ID_PROJECTION, WHERE_TYPE_AND_ACCOUNT_KEY, bindArguments, null, in findMailboxOfType()
DEmailContent.java97 public static final String[] ID_PROJECTION = new String[] { field in EmailContent
396 ID_PROJECTION, Body.MESSAGE_KEY + "=?", in lookupBodyIdWithMessageId()
/packages/apps/Email/src/com/android/email/provider/
DEmailProvider.java509 Cursor c = query(tableUri, EmailContent.ID_PROJECTION, selection, null, null); in preCacheTable()
613 Cursor c = mainDatabase.query(Account.TABLE_NAME, EmailContent.ID_PROJECTION, null, null, in restoreIfNeeded()
664 Mailbox.ID_PROJECTION, WHERE_ID, bindArray, null, null, null); in deleteMessageOrphans()
1143 MatrixCursor mc = new MatrixCursor(EmailContent.ID_PROJECTION); in query()
1154 mc = new MatrixCursor(EmailContent.ID_PROJECTION); in query()
1575 Cursor c = db.query(tableName, EmailContent.ID_PROJECTION, in update()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java35 private static final String[] ID_PROJECTION = new String[] {BaseColumns._ID}; field in AccountTypeWithDataSet
71 ID_PROJECTION, selection, args, null); in hasData()
DAccountWithDataSet.java51 private static final String[] ID_PROJECTION = new String[] {BaseColumns._ID}; field in AccountWithDataSet
107 ID_PROJECTION, selection, args, null); in hasData()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessageStatusService.java39 private static final String[] ID_PROJECTION = new String[] { Sms._ID }; field in MessageStatusService
77 messageUri, ID_PROJECTION, null, null, null); in updateMessageStatus()
/packages/apps/Email/src/com/android/email/
DSecurityPolicy.java713 Cursor c = cr.query(Account.CONTENT_URI, EmailContent.ID_PROJECTION, in deleteSecuredAccounts()
783 long policyId = Utility.getFirstRowLong(context, Policy.CONTENT_URI, Policy.ID_PROJECTION,
801 Policy.ID_PROJECTION, HAS_PASSWORD_EXPIRATION, null, null);
DNotificationController.java333 Account.CONTENT_URI, EmailContent.ID_PROJECTION, in registerMessageNotification()
855 Message.CONTENT_URI, EmailContent.ID_PROJECTION, in onChange()
923 Account.CONTENT_URI, EmailContent.ID_PROJECTION, in onChange()
DMessagingController.java1223 Cursor mailboxes = resolver.query(Mailbox.CONTENT_URI, Mailbox.ID_PROJECTION, in processPendingUploadsSynchronous()
1239 EmailContent.Message.ID_PROJECTION, in processPendingUploadsSynchronous()
1271 EmailContent.Message.ID_PROJECTION, in processPendingUploadsSynchronous()
DEmail.java116 Account.ID_PROJECTION, in setServicesEnabledSync()
/packages/apps/Email/src/com/android/email/service/
DMailService.java221 Cursor c = mContentResolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, in onStartCommand()
667 Cursor c = context.getContentResolver().query(Account.CONTENT_URI, Account.ID_PROJECTION, in getPopImapAccountList()
DPopImapSyncAdapterService.java92 EmailContent.ID_PROJECTION, AccountColumns.EMAIL_ADDRESS + "=?", in performSync()
DAccountService.java61 Account.ID_PROJECTION, null, null, null);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntry.java25 public static final String[] ID_PROJECTION = { "_id" }; field in Entry
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java99 private static final String[] ID_PROJECTION = new String[] {Events._ID}; field in CalendarSyncAdapter
1135 return mContentResolver.query(mAccountUri, ID_PROJECTION, SERVER_ID_AND_CALENDAR_ID, in getServerIdCursor()
1141 return mContentResolver.query(mAccountUri, ID_PROJECTION, CLIENT_ID_SELECTION, in getClientIdCursor()
DContactsSyncAdapter.java82 private static final String[] ID_PROJECTION = new String[] {RawContacts._ID}; field in ContactsSyncAdapter
766 return mContentResolver.query(mAccountUri, ID_PROJECTION, SERVER_ID_SELECTION, in getServerIdCursor()
772 return mContentResolver.query(mAccountUri, ID_PROJECTION, CLIENT_ID_SELECTION, in getClientIdCursor()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java170 private static final String[] ID_PROJECTION = { BaseColumns._ID }; field in MmsSmsProvider
510 "canonical_addresses", ID_PROJECTION, in getSingleAddressId()
/packages/apps/Email/src/com/android/email/activity/
DRecentMailboxManager.java115 EmailContent.ID_PROJECTION, in getMostRecent()
DMessageOrderManager.java355 EmailContent.ID_PROJECTION, in openNewCursor()

12