Searched defs:PROJECTION (Results 1 - 20 of 20) 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.java121 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
377 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/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DPreviewProgram.java82 public static final String[] PROJECTION = getProjection(); field in class:PreviewProgram
192 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns);
H A DProgram.java79 public static final String[] PROJECTION = getProjection(); field in class:Program
216 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns, nougatColumns);
218 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns);
H A DWatchNextProgram.java85 public static final String[] PROJECTION = getProjection(); field in class:WatchNextProgram
216 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns);
H A DBasePreviewProgram.java50 public static final String[] PROJECTION = getProjection(); field in class:BasePreviewProgram
598 return CollectionUtils.concatAll(BaseProgram.PROJECTION, oColumns);
H A DBaseProgram.java48 public static final String[] PROJECTION = getProjection(); field in class:BaseProgram
H A DPreviewChannel.java87 * .PreviewChannel.Columns#PROJECTION}. This way, all indices are known
307 public static final String[] PROJECTION = { field in class:PreviewChannel.Columns
H A DChannel.java84 public static final String[] PROJECTION = getProjection(); field in class:Channel
/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/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java73 static final String[] PROJECTION = { field in class:PaletteActivity.PaletteMediaStoreListFragment
157 PROJECTION,
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java73 static final String[] PROJECTION = { field in class:PaletteActivity.PaletteMediaStoreListFragment
157 PROJECTION,
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
H A DTestContentProvider.java69 public static final String[] PROJECTION = { field in class:TestContentProvider
178 TestWindowedCursor c = new TestWindowedCursor(PROJECTION, recordsetSize);
180 window.setNumColumns(PROJECTION.length);
243 MatrixCursor c = new MatrixCursor(PROJECTION);
264 for (int i = 1; i < PROJECTION.length; i++) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java486 static final String[] PROJECTION = new String[] { field in class:LoaderThrottleSupport.ThrottledLoaderListFragment
495 PROJECTION, null, null, null);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java486 static final String[] PROJECTION = new String[] { field in class:LoaderThrottleSupport.ThrottledLoaderListFragment
495 PROJECTION, null, null, null);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java131 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
500 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
510 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
520 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/base/core/java/android/provider/
H A DMediaStore.java622 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
667 c = cr.query(cancelUri, PROJECTION, null, null, null);
716 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
730 c = cr.query(blockingUri, PROJECTION, null, null, null);
764 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/native/opengl/libagl/
H A Dcontext.h488 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1777

Completed in 308 milliseconds