Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java555 private Intent createReceiverActivityIntent(boolean newTask, boolean shouldWait) { in createReceiverActivityIntent() argument
559 intent.setAction(shouldWait ? ACTION_CREATE_AND_WAIT : ACTION_JUST_CREATE); in createReceiverActivityIntent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1905 public LaunchActivityBuilder setWaitForLaunched(boolean shouldWait) {
1906 mWaitForLaunched = shouldWait;