Searched defs:PROJECTION (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java60 public final static String[] PROJECTION = { field in interface:PhotoContract.PhotoQuery
/frameworks/base/core/java/com/android/internal/notification/
H A DDemoContactNotificationScorer.java61 private static final String[] PROJECTION = new String[] { field in class:DemoContactNotificationScorer
126 CONTACTS_URI, PROJECTION, selection, qStringsArr, null);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java41 static private final String[] PROJECTION = new String[] { field in class:GroupingListAdapterTests
108 mCursor = new MatrixCursor(PROJECTION);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java107 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
606 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
616 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
626 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null,
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java114 public static final String[] PROJECTION = { field in class:BaseEmailAddressAdapter.EmailQuery
136 public static final String[] PROJECTION = { field in class:BaseEmailAddressAdapter.DirectoryListQuery
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null);
185 cursor = mContentResolver.query(uri, EmailQuery.PROJECTION, null, null, null);
239 uri, EmailQuery.PROJECTION, null, null, null);
539 MatrixCursor newCursor = new MatrixCursor(EmailQuery.PROJECTION);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java117 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.PhotoQuery
128 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
278 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
808 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
863 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuery.PROJECTION,
/frameworks/base/core/java/android/provider/
H A DMediaStore.java539 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
584 c = cr.query(cancelUri, PROJECTION, null, null, null);
634 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
648 c = cr.query(blockingUri, PROJECTION, null, null, null);
682 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/native/opengl/libagl/
H A Dcontext.h483 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1507

Completed in 3425 milliseconds