Home
last modified time | relevance | path

Searched refs:getShareIntentForImageUri (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DImageActionUtils.java131 bitmapSupplier.get(), crop, intent, ImageActionUtils::getShareIntentForImageUri, in startShareActivity()
147 bitmapSupplier.get(), crop, intent, ImageActionUtils::getShareIntentForImageUri, in startShareActivity()
259 private static Intent[] getShareIntentForImageUri(Uri uri, Intent intent) { in getShareIntentForImageUri() method in ImageActionUtils