Searched refs:ActionIntentCreator (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ActionIntentCreatorTest.kt | 41 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/ |
D | ScreenshotActionsProvider.kt | 26 import com.android.systemui.screenshot.ActionIntentCreator.createEdit in <lambda>() 27 import com.android.systemui.screenshot.ActionIntentCreator.createShareWithSubject in <lambda>()
|
D | ActionIntentCreator.kt | 30 object ActionIntentCreator { object
|
D | ScreenshotView.java | 783 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()
|
D | ScreenshotController.java | 675 final Intent intent = ActionIntentCreator.INSTANCE.createLongScreenshotIntent( in executeBatchScrollCapture()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | LongScreenshotActivity.java | 54 import com.android.systemui.screenshot.ActionIntentCreator; 351 ActionIntentCreator.INSTANCE.createEdit(uri, this), in doEdit() 379 Intent shareIntent = ActionIntentCreator.INSTANCE.createShare(uri); in doShare()
|