/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 25 public static final String[] ID_PROJECTION = { "_id" };
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountTypeWithDataSet.java | 35 private static final String[] ID_PROJECTION = new String[] {BaseColumns._ID}; 71 ID_PROJECTION, selection, args, null);
|
AccountWithDataSet.java | 51 private static final String[] ID_PROJECTION = new String[] {BaseColumns._ID}; 107 ID_PROJECTION, selection, args, null);
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
UtilityMediumTests.java | 157 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 163 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 170 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 177 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 190 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 196 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 203 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION, 210 mMockContext, Account.CONTENT_URI, EmailContent.ID_PROJECTION,
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageStatusService.java | 39 private static final String[] ID_PROJECTION = new String[] { Sms._ID }; 77 messageUri, ID_PROJECTION, null, null, null);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
HttpAuthDatabase.java | 39 private static final String[] ID_PROJECTION = new String[] { 229 cursor = mDatabase.query(HTTPAUTH_TABLE_NAME, ID_PROJECTION, null, null, null, null,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 540 CONTENT_URI, ID_PROJECTION, 553 CONTENT_URI, ID_PROJECTION, null, null, null); 646 return null != Utility.getFirstRowLong(context, CONTENT_URI, ID_PROJECTION, 665 return Utility.getFirstRowLong(context, Mailbox.CONTENT_URI, ID_PROJECTION, [all...] |
MailboxUtilities.java | 74 Mailbox.ID_PROJECTION, MailboxColumns.PARENT_SERVER_ID + "=? AND " +
|
Mailbox.java | 667 ID_PROJECTION, WHERE_TYPE_AND_ACCOUNT_KEY, bindArguments, null, [all...] |
Policy.java | 143 return Utility.getFirstRowLong(context, Account.CONTENT_URI, Account.ID_PROJECTION,
|
EmailContent.java | 78 public static final String[] ID_PROJECTION = new String[] { 452 ID_PROJECTION, Body.MESSAGE_KEY + "=?", [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
ContactsSyncAdapterService.java | 80 Cursor c = resolver.query(uri, EmailContent.ID_PROJECTION, dirtyColumn + "=1", null, null);
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 81 private static final String[] ID_PROJECTION = new String[] { 269 c = mMediaProvider.query(mPackageName, mObjectsUri, ID_PROJECTION, PATH_WHERE, 438 return mMediaProvider.query(mPackageName, mObjectsUri, ID_PROJECTION, where, [all...] |
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 130 Account.ID_PROJECTION,
|
/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 250 Cursor c = resolver.query(HostAuth.CONTENT_URI, HostAuth.ID_PROJECTION, 257 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, [all...] |
AttachmentUtilities.java | 304 Cursor c = context.getContentResolver().query(uri, Attachment.ID_PROJECTION,
|
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 271 Account.CONTENT_URI, EmailContent.ID_PROJECTION, 540 Account.ID_PROJECTION, null, null, null); [all...] |
SecurityPolicy.java | 695 Cursor c = cr.query(Account.CONTENT_URI, EmailContent.ID_PROJECTION, [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
CalendarSyncParser.java | 64 private static final String[] ID_PROJECTION = new String[] {Events._ID}; [all...] |
ContactsSyncParser.java | 59 private static final String[] ID_PROJECTION = new String[] {RawContacts._ID}; 415 return mContentResolver.query(mAccountUri, ID_PROJECTION, SERVER_ID_SELECTION, 421 return mContentResolver.query(mAccountUri, ID_PROJECTION, CLIENT_ID_SELECTION, [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContentObserver.java | [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 170 private static final String[] ID_PROJECTION = { BaseColumns._ID }; 510 "canonical_addresses", ID_PROJECTION, [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 126 private static final String[] ID_PROJECTION = new String[] { [all...] |
/packages/apps/Email/src/com/android/email/service/ |
ImapService.java | [all...] |