Searched refs:createEdit (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ActionIntentCreatorTest.kt | 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 | 74 fun createEdit(rawUri: Uri, context: Context): Intent { regex
|
H A D | LongScreenshotActivity.java | 337 ActionIntentCreator.INSTANCE.createEdit(uri, this), in doEdit()
|
H A D | ScreenshotView.java | 811 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents() 819 ActionIntentCreator.INSTANCE.createEdit(imageData.uri, mContext), in setChipIntents()
|