Searched refs:ActionIntentCreator (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ActionIntentCreatorTest.kt | 41 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 D | ActionIntentCreator.kt | 28 object ActionIntentCreator { regex
|
H A D | LongScreenshotActivity.java | 337 ActionIntentCreator.INSTANCE.createEdit(uri, this), in doEdit() 365 Intent shareIntent = ActionIntentCreator.INSTANCE.createShare(uri); in doShare()
|
H A D | ScreenshotView.java | 797 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()
|