Searched refs:ACTION_TRIGGER_BROADCAST (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.BroadcastReceiverActivity.ACTION_TRIGGER_BROADCAST;111 mAppContext.registerReceiver(this, new IntentFilter(ACTION_TRIGGER_BROADCAST)); in register()
376 public static final String ACTION_TRIGGER_BROADCAST = "trigger_broadcast"; field in Components.BroadcastReceiverActivity
79 import static android.server.wm.app.Components.BroadcastReceiverActivity.ACTION_TRIGGER_BROADCAST;374 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in finishBroadcastReceiverActivity()379 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in launchActivityNewTask()386 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in moveTopTaskToBack()391 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in requestOrientation()396 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in dismissKeyguardByFlag()401 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in dismissKeyguardByMethod()