Searched refs:EXTRA_SMART_ACTIONS_ENABLED (Results 1 – 7 of 7) sorted by relevance
21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;63 if (intent.getBooleanExtra(EXTRA_SMART_ACTIONS_ENABLED, false)) { in onReceive()
24 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;99 if (intent.getBooleanExtra(EXTRA_SMART_ACTIONS_ENABLED, false)) { in onReceive()
286 .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);
246 static final String EXTRA_SMART_ACTIONS_ENABLED = "android:smart_actions_enabled"; field in ScreenshotController
21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;111 mIntent.putExtra(EXTRA_SMART_ACTIONS_ENABLED, true); in testSmartActionsNotifiedIfEnabled()
21 import static com.android.systemui.screenshot.ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED;126 intent.putExtra(EXTRA_SMART_ACTIONS_ENABLED, true); in testNotifyScreenshotAction()
193 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()