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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java48 public static final String[] PROJECTION = { field in class:DefaultPhotoManager.PhotoQuery
93 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
H A DBaseRecipientAdapter.java109 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
328 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java60 public final static String[] PROJECTION = { field in interface:PhotoContract.PhotoQuery
/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/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/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java116 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
692 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
702 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
712 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null,
/frameworks/base/core/java/android/provider/
H A DMediaStore.java571 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
616 c = cr.query(cancelUri, PROJECTION, null, null, null);
665 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
679 c = cr.query(blockingUri, PROJECTION, null, null, null);
713 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/native/opengl/libagl/
H A Dcontext.h487 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1366

Completed in 2880 milliseconds