Home
last modified time | relevance | path

Searched defs:quickShareAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTaskTest.kt136 val quickShareAction = in testQueryQuickShare_noAction() constant
158 val quickShareAction = in testQueryQuickShare_withActions() constant
167 val quickShareAction = in testCreateQuickShareAction_originalWasNull_returnsNull() constant
196 val quickShareAction = in testCreateQuickShareAction_immutableIntentDifferentAction_returnsNull() constant
225 val quickShareAction = in testCreateQuickShareAction_mutableIntent_returnsSafeIntent() constant
260 val quickShareAction = in testCreateQuickShareAction_immutableIntent_returnsSafeIntent() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java181 public Notification.Action quickShareAction; field in ScreenshotController.SavedImageData
212 public Notification.Action quickShareAction; field in ScreenshotController.QuickShareData
DScreenshotView.java879 void addQuickShareChip(Notification.Action quickShareAction) { in addQuickShareChip()