Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java364 private Intent createIntentWithAction(String broadcastAction) { in createIntentWithAction() method in ActivityManagerTestBase.BroadcastActionTrigger
370 mContext.sendBroadcast(createIntentWithAction(broadcastAction)); in doAction()
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()
406 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP)); in expandPip()
410 mContext.sendBroadcast(createIntentWithAction(ACTION_EXPAND_PIP) in expandPipWithAspectRatio()
[all …]