Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTest.java23 import com.android.game.qualification.tests.ChoreoTestActivity;
43 public ActivityTestRule<ChoreoTestActivity> mActivityRule =
44 new ActivityTestRule(ChoreoTestActivity.class, false, false);
59 ChoreoTestActivity activity = mActivityRule.getActivity(); in choreoCallbackTimes()
DChoreoTestActivity.java29 public class ChoreoTestActivity extends TestActivity { class