Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBroadcastReceiverActivity.java20 import static android.server.wm.app.Components.BroadcastReceiverActivity.ACTION_TRIGGER_BROADCAST;
111 mAppContext.registerReceiver(this, new IntentFilter(ACTION_TRIGGER_BROADCAST)); in register()
DComponents.java360 public static final String ACTION_TRIGGER_BROADCAST = "trigger_broadcast"; field in Components.BroadcastReceiverActivity
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java79 import static android.server.wm.app.Components.BroadcastReceiverActivity.ACTION_TRIGGER_BROADCAST;
360 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in finishBroadcastReceiverActivity()
365 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in launchActivityNewTask()
372 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in moveTopTaskToBack()
377 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in requestOrientation()
382 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in dismissKeyguardByFlag()
387 mContext.sendBroadcast(createIntentWithAction(ACTION_TRIGGER_BROADCAST) in dismissKeyguardByMethod()