Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSaveImageInBackgroundTask.java83 private final boolean mSmartActionsEnabled; field in SaveImageInBackgroundTask
104 mSmartActionsEnabled = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SYSTEMUI, in SaveImageInBackgroundTask()
106 if (mSmartActionsEnabled) { in SaveImageInBackgroundTask()
151 mSmartActionsEnabled, user); in doInBackground()
154 if (mSmartActionsEnabled) { in doInBackground()
272 mSmartActionsEnabled) in createShareAction()
321 mSmartActionsEnabled) in createEditAction()
348 mSmartActionsEnabled)
390 addIntentExtras(mScreenshotId, intent, actionType, mSmartActionsEnabled);
445 addIntentExtras(mScreenshotId, intent, actionType, mSmartActionsEnabled);
[all …]