/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()
|
D | ContactUtil.java | 45 String[] projection = new String[]{ in recordExistsForContactId() local 57 String[] projection = new String[]{ in queryContactLastUpdatedTimestamp() local
|
/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
|
D | Utils.java | 211 String[] projection = new String[] { in queryPrograms() local 244 String[] projection = new String[] { in queryPreviewPrograms() local 277 String[] projection = new String[] { in queryRecordedPrograms() local 314 String[] projection = new String[] { in queryWatchedPrograms() local 348 String[] projection = new String[] { in queryWatchNextPrograms() local 369 String[] projection = new String[] { in getChannelCount() 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 | 73 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 102 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 128 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 153 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 157 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 195 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local 198 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument 229 final String[] projection = new String[]{_SPECIAL_FORMAT, GENERATION_MODIFIED}; in testDetectSpecialFormat() local 231 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 245 try (Cursor cr = resolver.query(uri, projection, null, null, null)) { in testDetectSpecialFormat() argument 261 final String[] projection = new String[]{DATE_EXPIRES}; in assertExpiredItemIsExtended() local 264 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in assertExpiredItemIsExtended() argument 289 final String[] projection = new String[]{DATE_EXPIRES}; in createExpiredTrashedItem() local 292 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/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 | 109 String[] projection = { in getStoredDiscoveryItem() local 145 String[] projection = { in getAllSavedStoreDiscoveryItem() local 186 String[] projection = { in getStoredFastPairItemFromMacAddress() local 253 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/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/MediaProvider/src/com/android/providers/media/ |
D | PickerUriResolver.java | 122 public Cursor query(Uri uri, String[] projection, int callingPid, int callingUid) { in query() 134 private Cursor queryInternal(Uri uri, String[] projection) { in queryInternal() 203 final String[] projection = new String[] { MediaStore.PickerMediaColumns.DATA }; in getPickerFileFromUri() local 204 try (Cursor cursor = queryPickerUri(uri, projection)) { in getPickerFileFromUri() argument 217 Cursor queryPickerUri(Uri uri, String[] projection) { in queryPickerUri()
|
/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/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/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()
|