Home
last modified time | relevance | path

Searched refs:smartActionsEnabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTask.java116 boolean smartActionsEnabled = !savingToOtherUser in doInBackground()
121 if (smartActionsEnabled && mParams.mQuickShareActionsReadyListener != null) { in doInBackground()
146 smartActionsEnabled, mParams.owner); in doInBackground()
148 if (smartActionsEnabled) { in doInBackground()
241 boolean smartActionsEnabled) { in addIntentExtras() argument
245 .putExtra(ScreenshotController.EXTRA_SMART_ACTIONS_ENABLED, smartActionsEnabled); in addIntentExtras()
DScreenshotSmartActions.java67 boolean smartActionsEnabled, UserHandle userHandle) { in getSmartActionsFuture() argument
73 smartActionsEnabled, userHandle)); in getSmartActionsFuture()
75 if (!smartActionsEnabled) { in getSmartActionsFuture()