/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 | 44 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 49 public Cursor queryRawData(String[] projection) { in queryRawData() 67 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
D | StorageProvider.java | 73 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 92 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 118 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 144 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 148 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
|
/packages/modules/HealthFitness/tests/integrationtests/TestDocumentProviderApp2/src/android/healthconnect/tests/documentproviderapp2/ |
D | TestDocumentProvider.java | 40 String parentDocumentId, String[] projection, String sortOrder) { in queryChildDocuments() 45 public Cursor queryDocument(String documentId, String[] projection) { in queryDocument() 50 public Cursor queryRoots(String[] projection) { in queryRoots()
|
/packages/modules/HealthFitness/tests/integrationtests/TestDocumentProviderApp/src/android/healthconnect/tests/documentproviderapp/ |
D | TestDocumentProvider.java | 40 String parentDocumentId, String[] projection, String sortOrder) { in queryChildDocuments() 45 public Cursor queryDocument(String documentId, String[] projection) { in queryDocument() 50 public Cursor queryRoots(String[] projection) { in queryRoots()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 69 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 74 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 80 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments() 92 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments() 105 public Cursor querySearchDocuments(@NonNull String rootId, @Nullable String[] projection, in querySearchDocuments() 143 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 | 169 String[] projection = { in retrieveAppClassificationTopics() local 182 projection, // The array of columns to return (pass null to get all) in retrieveAppClassificationTopics() argument 276 String[] projection = { in retrieveTopTopics() local 293 projection, // The array of columns to return (pass null to get all) in retrieveTopTopics() argument 424 String[] projection = { in retrieveAppSdksUsageMap() local 435 projection, in retrieveAppSdksUsageMap() argument 474 String[] projection = { in retrieveAppUsageMap() local 484 projection, in retrieveAppUsageMap() argument 523 String[] projection = {appColumnNames.get(index)}; in retrieveDistinctAppsFromTables() local 529 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 194 String[] projection = { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() local 199 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument 240 String[] projection = { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() local 245 ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() argument 311 String[] projection = Arrays.copyOf( in query_adnRecords_returnsCursorWithMatchingProjection() local 315 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection() argument 390 String[] projection = { in query_simRecords_singleSim_returnsDataForCorrectEf() local 398 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument [all …]
|
/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/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/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 226 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local 229 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument 260 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat() local 262 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 276 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 427 final String[] projection = new String[]{DATE_EXPIRES}; in assertExpiredItemIsExtended() local 430 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in assertExpiredItemIsExtended() argument 462 final String[] projection = new String[]{DATE_EXPIRES}; in createExpiredTrashedItem() local 465 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in createExpiredTrashedItem() argument
|
/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/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/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 152 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 178 public Cursor queryRawData(String[] projection) { in queryRawData() 224 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | EnterpriseContactsTest.java | 586 String[] projection = in isCP2Available() local 590 projection, selection, /*selectionArgs=*/ null, /*sortOrder=*/ null)) { in isCP2Available() argument 656 String[] projection = new String[] { ContactsContract.RawContacts.CONTACT_ID }; in getContactId() local 657 try (Cursor cursor = resolver.query(rawContactUri, projection, /*selection=*/ null, in getContactId() argument 669 String[] projection = in getCorpLookupUri() local 673 projection, selection, /*selectionArgs=*/ null, /*sortOrder=*/ null)) { in getCorpLookupUri() argument 695 String[] projection = new String[]{ContactsContract.Contacts._ID, in getCorpImageUri() local 699 projection, selection, /*selectionArgs=*/ null, /*sortOrder=*/ null)) { in getCorpImageUri() argument
|
/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()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/ |
D | PickerDatabaseHelperTest.java | 78 String[] projection = new String[] { in testMediaColumns() local 100 try (Cursor cr = db.query(MEDIA_TABLE, projection, null, null, null, null, null)) { in testMediaColumns() argument 120 String[] projection = new String[] { in testAlbumMediaColumns() local 141 try (Cursor cr = db.query(ALBUM_MEDIA_TABLE, projection, null, null, null, null, in testAlbumMediaColumns() argument 161 String[] projection = new String[] { in testGrantsColumns() local 179 try (Cursor cr = db.query(GRANTS_TABLE, projection, null, in testGrantsColumns() argument
|