Home
last modified time | relevance | path

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

/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTests.java128 mHelper.launchActivityAndAssert("TrivialListActivity", "General/Trivial ListView"); in openTrivialListView()
138 mHelper.launchActivityAndAssert("FadingEdgeListActivity", "General/Fading Edge ListView"); in openFadingEdgeListView()
148 mHelper.launchActivityAndAssert( in openSaveLayerInterleaveActivity()
159 mHelper.launchActivityAndAssert("TrivialRecyclerViewActivity", in openTrivialRecyclerView()
170 mHelper.launchActivityAndAssert("SlowBindRecyclerViewActivity", in openSlowBindRecyclerView()
181 mHelper.launchActivityAndAssert("SlowNestedRecyclerViewActivity", in openSlowNestedRecyclerView()
199 mHelper.launchActivityAndAssert("InflatingListActivity", in openInflatingListView()
210 mHelper.launchActivityAndAssert("InflatingEmojiListActivity", in openInflatingEmojiListView()
221 mHelper.launchActivityAndAssert("InflatingHanListActivity", in openInflatingHanListView()
232 mHelper.launchActivityAndAssert("InflatingLongStringListActivity", in openInflatingLongStringListView()
[all …]
DUiBenchJankTestsHelper.java99 public void launchActivityAndAssert(String activityName, String verifyText) { in launchActivityAndAssert() method in UiBenchJankTestsHelper
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchJankHelper.java119 void launchActivityAndAssert(String activityName, String verifyText) { in launchActivityAndAssert() method in UiBenchJankHelper
215 launchActivityAndAssert("TrivialListActivity", "General/Trivial ListView"); in openTrivialListView()
220 launchActivityAndAssert("FadingEdgeListActivity", "General/Fading Edge ListView"); in openFadingEdgeListView()
225 launchActivityAndAssert("SaveLayerInterleaveActivity", "General/SaveLayer Animation"); in openSaveLayerInterleaveActivity()
230 launchActivityAndAssert("TrivialRecyclerViewActivity", "General/Trivial RecyclerView"); in openTrivialRecyclerView()
235 launchActivityAndAssert("SlowBindRecyclerViewActivity", "General/Slow Bind RecyclerView"); in openSlowBindRecyclerView()
240 launchActivityAndAssert( in openSlowNestedRecyclerView()
246 launchActivityAndAssert("InflatingListActivity", "Inflation/Inflating ListView"); in openInflatingListView()
251 launchActivityAndAssert( in openInflatingEmojiListView()
257 launchActivityAndAssert( in openInflatingHanListView()
[all …]