Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionProxyReceiver.java20 import static com.android.systemui.screenshot.ScreenshotController.ACTION_TYPE_SHARE;
102 : ACTION_TYPE_SHARE; in onReceive()
H A DScreenshotController.java244 static final String ACTION_TYPE_SHARE = "Share"; field in ScreenshotController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java19 import static com.android.systemui.screenshot.ScreenshotController.ACTION_TYPE_SHARE;
118 testId, ACTION_TYPE_SHARE, false, null); in testSmartActionsNotifiedIfEnabled()
H A DScreenshotNotificationSmartActionsTest.java194 assertEquals(ScreenshotController.ACTION_TYPE_SHARE, shareAction.title); in testShareActionExtras()