/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 114 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/ |
D | DefaultPhotoManager.java | 48 public static final String[] PROJECTION = { field in DefaultPhotoManager.PhotoQuery 93 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null); in fetchPhotoAsync()
|
D | BaseRecipientAdapter.java | 121 public static final String[] PROJECTION = { field in BaseRecipientAdapter.DirectoryListQuery 377 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, in searchOtherDirectories()
|
D | RecipientAlternatesAdapter.java | 183 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, in getMatchingRecipientsFromDirectoryQueries()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
D | PhotoPagerAdapter.java | 37 new SimpleArrayMap<String, Integer>(PhotoQuery.PROJECTION.length); 87 for(String column : PhotoQuery.PROJECTION) { in swapCursor()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/ |
D | PhotoContract.java | 60 public final static String[] PROJECTION = { field
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/ |
D | PhotoPagerLoader.java | 38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION; in PhotoPagerLoader()
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
D | GroupingListAdapterTests.java | 41 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/ |
D | SettingsBackupAgent.java | 132 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/ |
D | context.h | 488 PROJECTION = 0x02, enumerator
|
D | matrix.cpp | 127 if (dirty & transform_state_t::PROJECTION) { in ogles_validate_transform_impl() 498 case GL_PROJECTION: dirty |= PROJECTION | MVP; break; in invalidate()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 55935 Landroid/provider/MediaStore$InternalThumbnails;->PROJECTION:[Ljava/lang/String;
|