/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | LauncherSearchIndexablesProvider.java | 64 public Cursor queryRawData(String[] projection) { in queryRawData() 69 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | MmsQueryHelper.java | 70 String[] projection = new String[] { Mms._ID, Mms.DATE, Mms.MESSAGE_BOX }; in querySince() local 78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument 116 String[] projection = new String[] { Mms.Addr.ADDRESS, Mms.Addr.TYPE }; in getMmsAddress() local 119 addressUri, projection, null, null, null)) { in getMmsAddress() argument
|
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | TestDocumentsProvider.java | 93 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 98 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection() 112 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 145 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 225 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | TestDocumentsProvider.java | 60 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 65 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 71 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A 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()
|
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
H A D | ContactUtil.java | 45 String[] projection = new String[]{ in recordExistsForContactId() local 57 String[] projection = new String[]{ in queryContactLastUpdatedTimestamp() local
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | DocumentsProvider.java | 455 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException; in queryRoots() 472 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 505 @NonNull String rootId, @Nullable String[] projection, @Nullable Bundle queryArgs, in queryRecentDocuments() 528 public abstract Cursor queryDocument(String documentId, String[] projection) in queryDocument() 573 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments() 615 String parentDocumentId, @Nullable String[] projection, @Nullable Bundle queryArgs) in queryChildDocuments() 625 String parentDocumentId, @Nullable String[] projection, @Nullable String sortOrder) in queryChildDocumentsForManage() 666 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments() 717 @Nullable String[] projection, @NonNull Bundle queryArgs) throws FileNotFoundException { in querySearchDocuments() 875 public final Cursor query(Uri uri, String[] projection, String selection, in query() [all …]
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | DemoProvider.java | 55 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 68 String parentDocumentId, String[] projection, String sortOrder) in queryChildDocuments()
|
H A D | InspectorProvider.java | 68 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 94 public Cursor queryChildDocuments(String s, String[] projection, String s1) in queryChildDocuments()
|
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
H A 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()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A 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()
|
H A D | EnterpriseContactsCursorWrapperTest.java | 32 final String[] projection = new String[] { in testWrappedResults() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | FavoritesAndContactsLoader.java | 50 public void setProjection(String[] projection) { in setProjection()
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A 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() 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() 484 projection, filePaths, queryArgs)) { in includeSearchFilesFromSharedStorage() argument 855 private Cursor queryForSingleItem(Uri uri, String[] projection, in queryForSingleItem() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 165 private void startProjectionLocked(final MediaProjection projection) { in startProjectionLocked() 177 private void stopProjectionLocked(final MediaProjection projection) { in stopProjectionLocked() 222 private void dispatchStart(MediaProjection projection) { in dispatchStart() 226 private void dispatchStop(MediaProjection projection) { in dispatchStop() 293 MediaProjection projection; in createProjection() local 315 public boolean isValidMediaProjection(IMediaProjection projection) { in isValidMediaProjection() 658 public void dispatchStart(MediaProjection projection) { in dispatchStart() 672 public void dispatchStop(MediaProjection projection) { in dispatchStop()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | BaseSearchIndexablesProvider.java | 60 public Cursor queryXmlResources(@Nullable String[] projection) { in queryXmlResources() 66 public Cursor queryNonIndexableKeys(@Nullable String[] projection) { in queryNonIndexableKeys()
|
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
H A 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
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | ServiceStateProviderTest.java | 259 String[] projection = new String[]{"data_roaming_type"}; in query_hideColumn_targetS_noReadPrivilege_throwIllegalArgumentException() local 292 String[] projection = new String[]{"network_id"}; in query_locationColumn_targetS_withReadPrivilegeNoLocation_throwSecurityExecption() local 327 private void verifyServiceStateWithLocationColumns(ServiceState ss, String[] projection) { in verifyServiceStateWithLocationColumns() 328 try (Cursor cursor = mContentResolver.query(ServiceStateTable.CONTENT_URI, projection, null, in verifyServiceStateWithLocationColumns() argument 334 private void verifyServiceStateWithPublicColumns(ServiceState ss, String[] projection) { in verifyServiceStateWithPublicColumns() 335 try (Cursor cursor = mContentResolver.query(ServiceStateTable.CONTENT_URI, projection, null, in verifyServiceStateWithPublicColumns() argument
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/ |
H A D | BatteryDatabaseManager.java | 104 final String[] projection = {PACKAGE_NAME, ANOMALY_TYPE, UID}; in queryAllAnomalies() local 111 try (Cursor cursor = db.query(TABLE_ANOMALY, projection, selection, selectionArgs, in queryAllAnomalies() argument 172 final String[] projection = {ActionColumns.UID, ActionColumns.TIME_STAMP_MS}; in queryActionTime() local 176 try (Cursor cursor = db.query(TABLE_ACTION, projection, selection, selectionArgs, in queryActionTime() argument
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | SaveVideoFileUtils.java | 58 String[] projection, ContentResolverQueryCallback callback) { in querySource() 107 String[] projection = new String[] { in insertContent() local
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PicasaSource.java | 107 String[] projection = {PICASA_ID, PICASA_URL, PICASA_ROTATION, PICASA_ALBUM_ID}; in openCursor() local 176 String[] projection = {PICASA_ID, PICASA_URL, PICASA_ROTATION, PICASA_ALBUM_ID}; in findImages() local 258 String[] projection = {PICASA_ACCOUNT}; in resolveAccount() local 288 String[] projection = {PICASA_ID, PICASA_ALBUM_TYPE, PICASA_ALBUM_UPDATED, in resolveAlbumIds() local 332 String[] projection = {PICASA_ID, PICASA_TITLE, PICASA_THUMB, PICASA_ALBUM_TYPE, in findAlbums() local
|
H A D | LocalSource.java | 73 String[] projection = {MediaStore.Images.Media.DATA, MediaStore.Images.Media.BUCKET_ID, in findAlbums() local 129 String[] projection = {MediaStore.Images.Media.DATA, MediaStore.Images.Media.ORIENTATION, in openCursor() local 191 String[] projection = {MediaStore.Images.Media.DATA, MediaStore.Images.Media.ORIENTATION, in findImages() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/search/ |
H A D | SettingsSearchIndexablesProvider.java | 116 public Cursor queryXmlResources(String[] projection) { in queryXmlResources() 139 public Cursor queryRawData(String[] projection) { in queryRawData() 155 public Cursor queryNonIndexableKeys(String[] projection) { in queryNonIndexableKeys() 173 public Cursor queryDynamicRawData(String[] projection) { in queryDynamicRawData()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | FrequentContactsCursorQueryData.java | 40 String[] projection, String selection, String[] selectionArgs, String sortOrder) { in FrequentContactsCursorLoader() 102 public FrequentContactsCursorQueryData(Context context, String[] projection, in FrequentContactsCursorQueryData()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsSmsProvider.java | 324 public Cursor query(Uri uri, String[] projection, in query() 753 String[] projection) { in handleNullMessageProjection() 762 String[] projection) { in handleNullThreadsProjection() 799 private Cursor getDraftThread(String[] projection, String selection, in getDraftThread() 955 private Cursor getCompleteConversations(String[] projection, in getCompleteConversations() 970 String[] projection, int dateMultiple) { in makeProjectionWithDateAndThreadId() 986 String threadIdString, String[] projection, String selection, in getConversationMessages() 1023 String phoneNumber, String[] projection, String selection, in getMessagesByPhoneNumber() 1075 String threadIdString, String[] projection, String selection, in getConversationById() 1171 String[] projection, int dateMultiple) { in makeProjectionWithNormalizedDate() [all …]
|