Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionIntentCreatorTest.kt41 val output = ActionIntentCreator.createShare(uri)
66 val output = ActionIntentCreator.createShare(uri)
77 val output = ActionIntentCreator.createShareWithSubject(uri, subject)
101 val output = ActionIntentCreator.createShareWithText(uri, extraText)
127 val output = ActionIntentCreator.createEdit(uri, context)
149 val output = ActionIntentCreator.createEdit(uri, context)
163 val output = ActionIntentCreator.createEdit(uri, context)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionIntentCreator.kt28 object ActionIntentCreator { regex
H A DLongScreenshotActivity.java337 ActionIntentCreator.INSTANCE.createEdit(uri, this), in doEdit()
365 Intent shareIntent = ActionIntentCreator.INSTANCE.createShare(uri); in doShare()
H A DScreenshotView.java797 shareIntent = ActionIntentCreator.INSTANCE.createShareWithText( in setChipIntents()
800 shareIntent = ActionIntentCreator.INSTANCE.createShareWithSubject( in setChipIntents()
811 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents()
819 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents()