Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java65 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
DScreenshotSmartActions.java169 void notifyScreenshotAction(String screenshotId, String action, in notifyScreenshotAction() method in ScreenshotSmartActions
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DSmartActionsReceiverTest.java76 verify(mMockScreenshotSmartActions).notifyScreenshotAction( in testSmartActionIntent()