Home
last modified time | relevance | path

Searched refs:PROJECTION (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
DTestContentProvider.java69 public static final String[] PROJECTION = { field in TestContentProvider
178 TestWindowedCursor c = new TestWindowedCursor(PROJECTION, recordsetSize); in buildPagedWindowedResults()
180 window.setNumColumns(PROJECTION.length); in buildPagedWindowedResults()
243 MatrixCursor c = new MatrixCursor(PROJECTION); in createInMemoryCursor()
264 for (int i = 1; i < PROJECTION.length; i++) { in fillRow()
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
DProgram.java79 public static final String[] PROJECTION = getProjection(); field in Program
216 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns, nougatColumns); in getProjection()
218 return CollectionUtils.concatAll(BaseProgram.PROJECTION, baseColumns); in getProjection()
DPreviewProgram.java82 public static final String[] PROJECTION = getProjection(); field in PreviewProgram
192 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns); in getProjection()
DWatchNextProgram.java85 public static final String[] PROJECTION = getProjection(); field in WatchNextProgram
216 return CollectionUtils.concatAll(BasePreviewProgram.PROJECTION, oColumns); in getProjection()
DPreviewChannelHelper.java184 PreviewChannel.Columns.PROJECTION, in getAllChannels()
209 .query(channelUri, PreviewChannel.Columns.PROJECTION, null, null, null); in getPreviewChannel()
DBasePreviewProgram.java50 public static final String[] PROJECTION = getProjection(); field in BasePreviewProgram
598 return CollectionUtils.concatAll(BaseProgram.PROJECTION, oColumns); in getProjection()
DPreviewChannel.java307 public static final String[] PROJECTION = { field in PreviewChannel.Columns
DBaseProgram.java48 public static final String[] PROJECTION = getProjection(); field in BaseProgram
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java114 public static final String[] PROJECTION = { field in BaseEmailAddressAdapter.EmailQuery
136 public static final String[] PROJECTION = { field in BaseEmailAddressAdapter.DirectoryListQuery
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null); in performFiltering()
185 cursor = mContentResolver.query(uri, EmailQuery.PROJECTION, null, null, null); in performFiltering()
239 uri, EmailQuery.PROJECTION, null, null, null); in performFiltering()
539 MatrixCursor newCursor = new MatrixCursor(EmailQuery.PROJECTION); in removeDuplicatesAndTruncate()
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java48 public static final String[] PROJECTION = { field in DefaultPhotoManager.PhotoQuery
93 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null); in fetchPhotoAsync()
DBaseRecipientAdapter.java121 public static final String[] PROJECTION = { field in BaseRecipientAdapter.DirectoryListQuery
377 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, in searchOtherDirectories()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java37 new SimpleArrayMap<String, Integer>(PhotoQuery.PROJECTION.length);
87 for(String column : PhotoQuery.PROJECTION) { in swapCursor()
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java60 public final static String[] PROJECTION = { field
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoPagerLoader.java38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION; in PhotoPagerLoader()
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
DPreviewChannelTest.java167 MatrixCursor cursor = new MatrixCursor(PreviewChannel.Columns.PROJECTION); in getPreviewChannelCursor()
169 for (String col : PreviewChannel.Columns.PROJECTION) { in getPreviewChannelCursor()
DProgramTest.java68 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testEmptyProgram()
86 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testSampleProgram()
98 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testFullyPopulatedProgram()
DWatchNextProgramTest.java68 WatchNextProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), in testEmptyPreviewProgram()
84 getProgramCursor(WatchNextProgram.PROJECTION, contentValues)), true); in testSampleProgram()
96 getProgramCursor(WatchNextProgram.PROJECTION, contentValues)), true); in testFullyPopulatedProgram()
DPreviewProgramTest.java69 PreviewProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), in testEmptyPreviewProgram()
88 getProgramCursor(PreviewProgram.PROJECTION, contentValues)), true); in testSampleProgram()
100 getProgramCursor(PreviewProgram.PROJECTION, contentValues)), true); in testFullyPopulatedPreviewProgram()
DChannelTest.java240 String[] cols = Channel.PROJECTION; in getChannelCursor()
/frameworks/ex/common/tests/src/com/android/common/widget/
DGroupingListAdapterTests.java41 static private final String[] PROJECTION = new String[] { field in GroupingListAdapterTests
108 mCursor = new MatrixCursor(PROJECTION); in buildCursor()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
DPaletteActivity.java73 static final String[] PROJECTION = { field in PaletteActivity.PaletteMediaStoreListFragment
157 PROJECTION, in onCreateLoader()
/frameworks/base/core/java/android/provider/
DMediaStore.java622 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in MediaStore.InternalThumbnails
667 c = cr.query(cancelUri, PROJECTION, null, null, null); in cancelThumbnailRequest()
716 c = cr.query(baseUri, PROJECTION, column + origId, null, null); in getThumbnail()
730 c = cr.query(blockingUri, PROJECTION, null, null, null); in getThumbnail()
764 c = cr.query(uri, PROJECTION, null, null, null); in getThumbnail()
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderThrottleSupport.java486 static final String[] PROJECTION = new String[] { field in LoaderThrottleSupport.ThrottledLoaderListFragment
495 PROJECTION, null, null, null); in onCreateLoader()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java131 private static final String[] PROJECTION = { field in SettingsBackupAgent
500 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null, in getSystemSettings()
510 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null, in getSecureSettings()
520 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null, in getGlobalSettings()
/frameworks/native/opengl/libagl/
Dcontext.h488 PROJECTION = 0x02, enumerator

12