/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/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 | 75 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 100 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 126 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 151 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 155 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection()
|
/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/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/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/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/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/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/ |
D | AllUriTest.java | 306 String[] projection, String selection, in checkQueryExecutable() 309 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 318 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 330 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 345 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 354 String[] projection, String selection, in checkQueryNotExecutable() 357 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryNotExecutable() argument 524 final String[] projection = {getColumns(uri)[0]}; in testSelectWithAllArgs() local 582 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner() 585 try (Cursor c = mResolver.query(uri, projection, selection, in checkColumnNotAccessibleInner() argument
|
/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()
|
D | DemoProvider.java | 55 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 68 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/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 153 final String[] projection = new String[]{DATE_EXPIRES}; in testExtendTrashedItemExpiresOverOneWeek() local 157 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testExtendTrashedItemExpiresOverOneWeek() argument 167 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testExtendTrashedItemExpiresOverOneWeek() argument 191 final String[] projection = new String[]{DATE_EXPIRES}; in testDeleteExpiredTrashedItem() local 195 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument 202 try (Cursor cursor = resolver.query(uri, projection, queryArgs, in testDeleteExpiredTrashedItem() argument
|
/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/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 152 String[] projection = Arrays.copyOf( in query_entityFiles_returnsCursorWithCorrectProjection() local 156 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 193 String[] projection = { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() local 198 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument 268 String[] projection = Arrays.copyOf( in query_adnRecords_returnsCursorWithMatchingProjection() local 272 try (Cursor cursor = mResolver.query(contentAdn, projection, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection() argument 320 String[] projection = { in query_simRecords_singleSim_returnsDataForCorrectEf() local 328 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument 361 String[] projection = { in query_adnRecords_returnsAdnData() local 369 projection, null, null); in query_adnRecords_returnsAdnData() argument [all …]
|
/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/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/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/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/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 131 private static void ensureProjectionAllowed(String[] projection, Set<String> validColumnsSet) { in ensureProjectionAllowed() 153 public String[] getCalibratedProjection(String[] projection, Uri localUri) { in getCalibratedProjection()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | SqlInjectionDetectionTest.java | 116 private void assertQueryValid(final Uri uri, final String[] projection, in assertQueryValid() 123 final String[] projection, final String selection, final String sortOrder) { in assertQueryThrows()
|