Searched refs:PROJECTION (Results 1 - 7 of 7) sorted by relevance

/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/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/core/java/android/provider/
H A DMediaStore.java461 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
505 c = cr.query(cancelUri, PROJECTION, null, null, null);
554 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
568 c = cr.query(blockingUri, PROJECTION, null, null, null);
602 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java114 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.PhotoQuery
125 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
250 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
719 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
750 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuery.PROJECTION,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java96 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
480 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
490 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
/frameworks/native/opengl/libagl/
H A Dcontext.h483 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1504
H A Dmatrix.cpp128 if (dirty & transform_state_t::PROJECTION) {
499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;

Completed in 320 milliseconds