Home
last modified time | relevance | path

Searched refs:EXTRA_SMART_ACTIONS_ENABLED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DDeleteScreenshotReceiver.java21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;
63 if (intent.getBooleanExtra(EXTRA_SMART_ACTIONS_ENABLED, false)) { in onReceive()
H A DActionProxyReceiver.java24 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;
99 if (intent.getBooleanExtra(EXTRA_SMART_ACTIONS_ENABLED, false)) { in onReceive()
H A DSaveImageInBackgroundTask.java286 .putExtra(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED, in createShareAction()
336 .putExtra(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED, in createEditAction()
364 .putExtra(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED,
422 .putExtra(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED, smartActionsEnabled);
H A DScreenshotController.java246 static final String EXTRA_SMART_ACTIONS_ENABLED = "android:smart_actions_enabled"; field in ScreenshotController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;
111 mIntent.putExtra(EXTRA_SMART_ACTIONS_ENABLED, true); in testSmartActionsNotifiedIfEnabled()
H A DDeleteScreenshotReceiverTest.java21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;
126 intent.putExtra(EXTRA_SMART_ACTIONS_ENABLED, true); in testNotifyScreenshotAction()
H A DScreenshotNotificationSmartActionsTest.java193 assertTrue(bundle.containsKey(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED)); in testShareActionExtras()
221 assertTrue(bundle.containsKey(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED)); in testEditActionExtras()
250 assertTrue(bundle.containsKey(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED)); in testDeleteActionExtras()