Searched refs:PROJECTION (Results 1 - 9 of 9) 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/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java79 Cursor c = context.getContentResolver().query(Email.CONTENT_URI, EmailQuery.PROJECTION,
112 super(context, context.getContentResolver().query(Email.CONTENT_URI, EmailQuery.PROJECTION,
H A DBaseRecipientAdapter.java114 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.EmailQuery
135 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.PhotoQuery
146 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
270 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
721 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
752 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuery.PROJECTION,
782 builder.build(), EmailQuery.PROJECTION, null, null, 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/core/java/android/provider/
H A DMediaStore.java443 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
487 c = cr.query(cancelUri, PROJECTION, null, null, null);
536 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
550 c = cr.query(blockingUri, PROJECTION, null, null, null);
584 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/base/core/java/android/net/
H A DDownloads.java323 private static final String[] PROJECTION = { field in class:Downloads.ByUri
335 return context.getContentResolver().query(downloadUri, PROJECTION, null, null, null);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java91 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
351 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
361 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
/frameworks/base/include/private/opengles/
H A Dgl_context.h483 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon137
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp128 if (dirty & transform_state_t::PROJECTION) {
499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;

Completed in 173 milliseconds