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.kt132 val quickShareAction = in testQueryQuickShare_noAction() constant
154 val quickShareAction = in testQueryQuickShare_withActions() constant
163 val quickShareAction = in testCreateQuickShareAction_originalWasNull_returnsNull() constant
192 val quickShareAction = in testCreateQuickShareAction_immutableIntentDifferentAction_returnsNull() constant
221 val quickShareAction = in testCreateQuickShareAction_mutableIntent_returnsSafeIntent() constant
256 val quickShareAction = in testCreateQuickShareAction_immutableIntent_returnsSafeIntent() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java129 public Notification.Action quickShareAction; field in ScreenshotController.SavedImageData
150 public Notification.Action quickShareAction; field in ScreenshotController.QuickShareData
DScreenshotView.java858 void addQuickShareChip(Notification.Action quickShareAction) { in addQuickShareChip()