Searched refs:queryQuickShareAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTask.java | 126 queryQuickShareAction(mScreenshotId, image, mParams.owner, null); in doInBackground() 259 queryQuickShareAction(screenshotId, image, user, uri); in createQuickShareAction() 311 Notification.Action queryQuickShareAction( in queryQuickShareAction() method in SaveImageInBackgroundTask
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTaskTest.kt | 133 saveImageTask.queryQuickShareAction(testScreenshotId, testBitmap, testUser, testUri) in testQueryQuickShare_noAction() 155 saveImageTask.queryQuickShareAction(testScreenshotId, testBitmap, testUser, testUri)!! in testQueryQuickShare_withActions()
|