Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultBroadcastReceiverBinder.java26 import com.android.systemui.screenshot.SmartActionsReceiver;
61 @ClassKey(SmartActionsReceiver.class)
63 SmartActionsReceiver broadcastReceiver); in bindSmartActionsReceiver()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DSmartActionsReceiverTest.java52 private SmartActionsReceiver mSmartActionsReceiver;
58 mSmartActionsReceiver = new SmartActionsReceiver(mMockScreenshotSmartActions); in setup()
59 mIntent = new Intent(mContext, SmartActionsReceiver.class) in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSmartActionsReceiver.java37 public class SmartActionsReceiver extends BroadcastReceiver { class
43 SmartActionsReceiver(ScreenshotSmartActions screenshotSmartActions) { in SmartActionsReceiver() method in SmartActionsReceiver
H A DSaveImageInBackgroundTask.java387 Intent intent = new Intent(context, SmartActionsReceiver.class)
442 Intent intent = new Intent(context, SmartActionsReceiver.class)