Searched refs:SmartActionsReceiver (Results 1 – 4 of 4) sorted by relevance
26 import com.android.systemui.screenshot.SmartActionsReceiver;61 @ClassKey(SmartActionsReceiver.class)63 SmartActionsReceiver broadcastReceiver); in bindSmartActionsReceiver()
52 private SmartActionsReceiver mSmartActionsReceiver;58 mSmartActionsReceiver = new SmartActionsReceiver(mMockScreenshotSmartActions); in setup()59 mIntent = new Intent(mContext, SmartActionsReceiver.class) in setup()
37 public class SmartActionsReceiver extends BroadcastReceiver { class43 SmartActionsReceiver(ScreenshotSmartActions screenshotSmartActions) { in SmartActionsReceiver() method in SmartActionsReceiver
387 Intent intent = new Intent(context, SmartActionsReceiver.class)442 Intent intent = new Intent(context, SmartActionsReceiver.class)