Searched refs:testOptions (Results 1 – 7 of 7) sorted by relevance
16 testOptions {
51 testOptions {
62 testOptions {
69 android.testOptions.unitTests.includeAndroidResources = true
122 testOptions {
48 android.testOptions.unitTests.all {
1708 ActivityOptions testOptions = ActivityOptions.makeBasic(); in testStartTasksInTransaction() local1709 testOptions.setTransientLaunch(); in testStartTasksInTransaction()1711 wct.startTask(2, testOptions.toBundle()); in testStartTasksInTransaction()