Home
last modified time | relevance | path

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

/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()
DRecipientAlternatesAdapter.java183 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, in getMatchingRecipientsFromDirectoryQueries()
/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/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/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java132 private static final String[] PROJECTION = { field in SettingsBackupAgent
514 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null, in getSystemSettings()
524 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null, in getSecureSettings()
534 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null, in getGlobalSettings()
/frameworks/native/opengl/libagl/
Dcontext.h488 PROJECTION = 0x02, enumerator
Dmatrix.cpp127 if (dirty & transform_state_t::PROJECTION) { in ogles_validate_transform_impl()
498 case GL_PROJECTION: dirty |= PROJECTION | MVP; break; in invalidate()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55935 Landroid/provider/MediaStore$InternalThumbnails;->PROJECTION:[Ljava/lang/String;