Home
last modified time | relevance | path

Searched defs:projection (Results 1 – 25 of 213) sorted by relevance

123456789

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelperTest.java39 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/
DDeletedContactUtil.java36 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()
DContactUtil.java45 String[] projection = new String[]{ in recordExistsForContactId() local
57 String[] projection = new String[]{ in queryContactLastUpdatedTimestamp() local
/packages/apps/Traceur/src/com/android/traceur/
DSearchProvider.java45 public Cursor queryXmlResources(String[] projection) { in queryXmlResources()
50 public Cursor queryRawData(String[] projection) { in queryRawData()
68 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
DStorageProvider.java75 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/
DEmergencySearchIndexablesProvider.java52 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/
DColumnFilterTest.java83 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/
DCarSettingsSearchIndexablesProvider.java66 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/
DAudioStore.java83 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/
DTestDocumentsProvider.java66 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/
DAllUriTest.java306 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/
DPagingProvider.java47 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()
DBrokenProvider.java47 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
57 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
DBrokenSettingsEnabledProvider.java42 public Cursor queryDocument(String documentId, String[] projection) in queryDocument()
55 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
DDemoProvider.java55 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/
DNoNullCursorAsyncQueryHandler.java36 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/
DIdleServiceTest.java153 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/
DCellBroadcastSearchIndexableProvider.java110 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/
DSimPhonebookProviderTest.java152 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/
DNoNullCursorAsyncQueryHandler.java45 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/
DLauncherSearchIndexablesProvider.java64 public Cursor queryRawData(String[] projection) { in queryRawData()
69 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DResourcesProvider.java78 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/
DGlobalSearchSupport.java86 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/
DCrossProfileCalendarHelper.java131 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/
DSqlInjectionDetectionTest.java116 private void assertQueryValid(final Uri uri, final String[] projection, in assertQueryValid()
123 final String[] projection, final String selection, final String sortOrder) { in assertQueryThrows()

123456789