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

12

/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java60 public final static String[] PROJECTION = { field in interface:PhotoContract.PhotoQuery
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION;
/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/support/tv-provider/src/android/support/media/tv/
H A DPreviewProgram.java83 public static final String[] PROJECTION = getProjection(); field in class:PreviewProgram
176 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns);
H A DWatchNextProgram.java85 public static final String[] PROJECTION = getProjection(); field in class:WatchNextProgram
180 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns);
H A DProgram.java80 public static final String[] PROJECTION = getProjection(); field in class:Program
217 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns, nougatColumns);
219 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns);
H A DBasePreviewProgram.java50 public static final String[] PROJECTION = getProjection(); field in class:BasePreviewProgram
513 return CollectionUtils.concatAll(BaseProgram.PROJECTION, oColumns);
H A DBaseProgram.java42 public static final String[] PROJECTION = getProjection(); field in class:BaseProgram
H A DChannel.java85 public static final String[] PROJECTION = getProjection(); field in class:Channel
/frameworks/support/content/tests/java/android/support/content/
H A DTestContentProvider.java68 public static final String[] PROJECTION = { field in class:TestContentProvider
177 TestWindowedCursor c = new TestWindowedCursor(PROJECTION, recordsetSize);
179 window.setNumColumns(PROJECTION.length);
242 MatrixCursor c = new MatrixCursor(PROJECTION);
263 for (int i = 1; i < PROJECTION.length; i++) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DPhotoPagerAdapter.java37 new SimpleArrayMap<String, Integer>(PhotoQuery.PROJECTION.length);
87 for(String column : PhotoQuery.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/support/tv-provider/tests/src/android/support/media/tv/
H A DProgramTest.java61 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true);
79 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true);
91 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true);
H A DPreviewProgramTest.java64 PreviewProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)),
83 getProgramCursor(PreviewProgram.PROJECTION, contentValues)), true);
95 getProgramCursor(PreviewProgram.PROJECTION, contentValues)), true);
H A DWatchNextProgramTest.java63 WatchNextProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)),
79 getProgramCursor(WatchNextProgram.PROJECTION, contentValues)), true);
91 getProgramCursor(WatchNextProgram.PROJECTION, contentValues)), true);
H A DChannelTest.java238 String[] cols = Channel.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/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java71 static final String[] PROJECTION = { field in class:PaletteActivity.PaletteMediaStoreListFragment
154 PROJECTION,
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java71 static final String[] PROJECTION = { field in class:PaletteActivity.PaletteMediaStoreListFragment
154 PROJECTION,
/frameworks/base/core/java/android/provider/
H A DMediaStore.java624 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
669 c = cr.query(cancelUri, PROJECTION, null, null, null);
718 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
732 c = cr.query(blockingUri, PROJECTION, null, null, null);
766 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java484 static final String[] PROJECTION = new String[] { field in class:LoaderThrottleSupport.ThrottledLoaderListFragment
492 PROJECTION, null, null, null);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java484 static final String[] PROJECTION = new String[] { field in class:LoaderThrottleSupport.ThrottledLoaderListFragment
492 PROJECTION, null, null, null);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java128 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
520 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
530 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
540 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null,
/frameworks/native/opengl/libagl/
H A Dcontext.h488 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1900

Completed in 490 milliseconds

12