Home
last modified time | relevance | path

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

/platform_testing/libraries/health/composers/host/src/android/host/test/composer/
DIterateBase.java32 protected enum OrderOptions { CYCLIC, SEQUENTIAL }; enumConstant
57 case SEQUENTIAL: in apply()
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestSequentialScheduling_respectsSchedule.textpb1 schedule: SEQUENTIAL
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
Dprofile.proto27 SEQUENTIAL = 3; enumerator
DProfileSuite.java185 case SEQUENTIAL: in getSuiteRunner()
DProfile.java132 } else if (mConfiguration.getSchedule().equals(Schedule.SEQUENTIAL)) { in Profile()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileTest.java100 .setSchedule(Schedule.SEQUENTIAL)