Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt39 val output = ActionIntentCreator.createShareIntent(uri) in testCreateShareIntent()
64 val output = ActionIntentCreator.createShareIntentWithSubject(uri, subject) in testCreateShareIntentWithSubject()
89 val output = ActionIntentCreator.createShareIntentWithExtraText(uri, extraText) in testCreateShareIntentWithExtraText()
114 val output = ActionIntentCreator.createEditIntent(uri, context) in testCreateEditIntent()
137 val output = ActionIntentCreator.createEditIntent(uri, context) in testCreateEditIntent_withEditor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentCreator.kt27 object ActionIntentCreator { object
DLongScreenshotActivity.java342 ActionIntentCreator.INSTANCE.createEditIntent(uri, this), in doEdit()
369 Intent shareIntent = ActionIntentCreator.INSTANCE.createShareIntent(uri); in doShare()
DScreenshotView.java800 shareIntent = ActionIntentCreator.INSTANCE.createShareIntentWithExtraText( in setChipIntents()
803 shareIntent = ActionIntentCreator.INSTANCE.createShareIntentWithSubject( in setChipIntents()
818 ActionIntentCreator.INSTANCE.createEditIntent(imageData.uri, mContext), in setChipIntents()
830 ActionIntentCreator.INSTANCE.createEditIntent(imageData.uri, mContext), in setChipIntents()