| /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/ |
| D | CrossProfileCalendarHelperTest.java | 39 final String[] projection = new String[]{ in testProjectionNotInAllowedList_throwErrorForCalendars() local 52 final String[] projection = new String[] { in testProjectionNotInAllowedList_throwErrorForEvents() local 65 final String[] projection = new String[] { in testProjectionNotInAllowedList_throwErrorForInstances() local 78 final String[] projection = mHelper.getCalibratedProjection(null, Calendars.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForCalendars() local 85 final String[] projection = mHelper.getCalibratedProjection(null, Events.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForEvents() local 91 final String[] projection = mHelper.getCalibratedProjection(null, Instances.CONTENT_URI); in testNoProjection_getFullAllowedListProjectionForInstances() local
|
| /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
| D | DeletedContactUtil.java | 36 String[] projection = new String[]{ in queryDeletedTimestampForContactId() local 48 String[] projection = new String[] { in getCount() local 64 public static List<String[]> query(ContentResolver resolver, String[] projection) { in query() 74 public static List<String[]> querySinceTimestamp(ContentResolver resolver, String[] projection, in querySinceTimestamp()
|
| /packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
| D | ColumnFilterTest.java | 83 String[] projection = new String[]{ in testQueryChannel() local 98 String[] projection = new String[]{ in testQueryChannel_count() local 117 String[] projection = new String[] { in testQueryChannelWithNoValidColumn() local 129 String[] projection = new String[] { in testInsertAndQueryChannel() local 147 String[] projection = new String[] { in testUpdateChannel() local
|
| /packages/apps/UniversalMediaPlayer/java/com/android/pump/db/ |
| D | AudioStore.java | 83 String[] projection = { in load() local 107 String[] projection = { in load() local 141 String[] projection = { in load() local 188 String[] projection = { in load() local 212 String[] projection = { in load() local 244 String[] projection = { in loadData() local 289 String[] projection = { MediaStore.Audio.Artists.ARTIST }; in loadData() local 318 String[] projection = { in loadData() local 363 String[] projection = { MediaStore.Audio.Genres.NAME }; in loadData() local 392 String[] projection = { MediaStore.Audio.Playlists.NAME }; in loadData() local [all …]
|
| /packages/apps/EmergencyInfo/src/com/android/emergency/ |
| D | EmergencySearchIndexablesProvider.java | 52 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 72 public Cursor queryRawData(String[] projection) { in queryRawData() 77 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
| /packages/apps/Traceur/src/com/android/traceur/ |
| D | SearchProvider.java | 45 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 50 public Cursor queryRawData(String[] projection) { in queryRawData() 68 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
| D | StorageProvider.java | 74 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 103 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 129 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 154 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 158 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
|
| /packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
| D | IdleServiceTest.java | 198 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local 201 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument 232 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat() local 234 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 248 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 263 final String[] projection = new String[]{DATE_EXPIRES}; in assertExpiredItemIsExtended() local 266 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in assertExpiredItemIsExtended() argument 291 final String[] projection = new String[]{DATE_EXPIRES}; in createExpiredTrashedItem() local 294 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in createExpiredTrashedItem() argument
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
| D | TestDocumentsProvider.java | 66 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 71 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 77 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments() 89 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments() 94 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
|
| /packages/apps/Car/Settings/src/com/android/car/settings/search/ |
| D | CarSettingsSearchIndexablesProvider.java | 66 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 91 public Cursor queryRawData(String[] projection) { in queryRawData() 127 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/ |
| D | TopicsDao.java | 172 String[] projection = { in retrieveAppClassificationTopics() local 185 projection, // The array of columns to return (pass null to get all) in retrieveAppClassificationTopics() argument 280 String[] projection = { in retrieveTopTopics() local 297 projection, // The array of columns to return (pass null to get all) in retrieveTopTopics() argument 429 String[] projection = { in retrieveAppSdksUsageMap() local 440 projection, in retrieveAppSdksUsageMap() argument 480 String[] projection = { in retrieveAppUsageMap() local 490 projection, in retrieveAppUsageMap() argument 530 String[] projection = {appColumnNames.get(index)}; in retrieveDistinctAppsFromTables() local 536 projection, in retrieveDistinctAppsFromTables() argument [all …]
|
| /packages/services/Telephony/tests/src/com/android/phone/ |
| D | SimPhonebookProviderTest.java | 154 String[] projection = Arrays.copyOf( in query_entityFiles_returnsCursorWithCorrectProjection() local 158 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 195 String[] projection = { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() local 200 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument 241 String[] projection = { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() local 246 ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() argument 312 String[] projection = Arrays.copyOf( in query_adnRecords_returnsCursorWithMatchingProjection() local 316 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection() argument 391 String[] projection = { in query_simRecords_singleSim_returnsDataForCorrectEf() local 399 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument [all …]
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
| D | PagingProvider.java | 47 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 56 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 63 String parentDocumentId, String[] projection, Bundle queryArgs) in queryChildDocuments()
|
| D | BrokenProvider.java | 47 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 57 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
|
| D | BrokenSettingsEnabledProvider.java | 42 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 55 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
|
| /packages/apps/Contacts/src/com/android/contacts/database/ |
| D | NoNullCursorAsyncQueryHandler.java | 36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery() 62 public final String[] projection; field in NoNullCursorAsyncQueryHandler.CookieWithProjection 64 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
|
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| D | CellBroadcastSearchIndexableProvider.java | 110 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 136 public Cursor queryRawData(String[] projection) { in queryRawData() 182 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/cache/ |
| D | FastPairCacheManager.java | 99 String[] projection = { in getStoredDiscoveryItem() local 135 String[] projection = { in getAllSavedStoreDiscoveryItem() local 176 String[] projection = { in getStoredFastPairItemFromMacAddress() local 243 String[] projection = { in getAllSavedStoredFastPairItem() local
|
| /packages/apps/Dialer/java/com/android/contacts/common/database/ |
| D | NoNullCursorAsyncQueryHandler.java | 45 String[] projection, in startQuery() 97 public final String[] projection; field in NoNullCursorAsyncQueryHandler.CookieWithProjection 99 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
|
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| D | PickerUriResolver.java | 135 public Cursor query(Uri uri, String[] projection, int callingPid, int callingUid, in query() 149 private Cursor queryInternal(Uri uri, String[] projection) { in queryInternal() 219 final String[] projection = new String[] { MediaStore.PickerMediaColumns.DATA }; in getPickerFileFromUri() local 220 try (Cursor cursor = queryPickerUri(uri, projection)) { in getPickerFileFromUri() argument 233 Cursor queryPickerUri(Uri uri, String[] projection) { in queryPickerUri() 309 private void logUnknownProjectionColumns(String[] projection, int callingUid, in logUnknownProjectionColumns()
|
| /packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/vendor/ |
| D | OnDevicePersonalizationVendorDataDao.java | 120 String[] projection = {VendorSettingsContract.VendorSettingsEntry.OWNER, in getVendors() local 225 String[] projection = {VendorDataContract.VendorDataEntry.DATA}; in readSingleVendorDataRow() local 230 projection, in readSingleVendorDataRow() argument 259 String[] projection = {VendorDataContract.VendorDataEntry.KEY}; in readAllVendorDataKeys() local 262 projection, in readAllVendorDataKeys() argument 385 String[] projection = {VendorSettingsContract.VendorSettingsEntry.SYNC_TOKEN}; in getSyncToken() local
|
| /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
| D | ResourcesProvider.java | 78 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 90 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 110 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| D | DownloadStorageProvider.java | 111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 115 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection() 161 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 269 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { in queryDocument() 310 public Cursor queryChildDocuments(String parentDocId, String[] projection, String sortOrder) in queryChildDocuments() 317 String parentDocId, String[] projection, String sortOrder) in queryChildDocumentsForManage() 322 private Cursor queryChildDocuments(String parentDocId, String[] projection, in queryChildDocuments() 370 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments() 440 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments() 480 String[] projection, Set<String> filePaths, in includeSearchFilesFromSharedStorage() [all …]
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
| D | LauncherSearchIndexablesProvider.java | 64 public Cursor queryRawData(String[] projection) { in queryRawData() 69 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | GlobalSearchSupport.java | 86 public ArrayList<?> asList(String[] projection) { in asList() 182 public Cursor handleSearchSuggestionsQuery(SQLiteDatabase db, Uri uri, String[] projection, in handleSearchSuggestionsQuery() 209 public Cursor handleSearchShortcutRefresh(SQLiteDatabase db, String[] projection, in handleSearchShortcutRefresh() 225 String[] projection, String selection, String filter, String limit, in addSearchSuggestionsBasedOnFilter()
|