Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt41 val output = ActionIntentCreator.createShare(uri) in testCreateShare()
66 val output = ActionIntentCreator.createShare(uri) in testCreateShare_embeddedUserIdRemoved()
77 val output = ActionIntentCreator.createShareWithSubject(uri, subject) in testCreateShareWithSubject()
101 val output = ActionIntentCreator.createShareWithText(uri, extraText) in testCreateShareWithText()
127 val output = ActionIntentCreator.createEdit(uri, context) in testCreateEdit()
149 val output = ActionIntentCreator.createEdit(uri, context) in testCreateEdit_embeddedUserIdRemoved()
163 val output = ActionIntentCreator.createEdit(uri, context) in testCreateEdit_withEditor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotActionsProvider.kt26 import com.android.systemui.screenshot.ActionIntentCreator.createEdit in <lambda>()
27 import com.android.systemui.screenshot.ActionIntentCreator.createShareWithSubject in <lambda>()
DActionIntentCreator.kt30 object ActionIntentCreator { object
DScreenshotView.java783 Intent shareIntent = ActionIntentCreator.INSTANCE.createShareWithSubject( in setChipIntents()
792 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents()
799 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents()
DScreenshotController.java675 final Intent intent = ActionIntentCreator.INSTANCE.createLongScreenshotIntent( in executeBatchScrollCapture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java54 import com.android.systemui.screenshot.ActionIntentCreator;
351 ActionIntentCreator.INSTANCE.createEdit(uri, this), in doEdit()
379 Intent shareIntent = ActionIntentCreator.INSTANCE.createShare(uri); in doShare()