Home
last modified time | relevance | path

Searched refs:SampleTimedProfileSuite (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DScheduledScenarioRunnerTest.java33 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;
94 .setJourney(SampleTimedProfileSuite.LongIdleTest.class.getName()) in testOverTimeTest_throwsTestTimedOutException()
100 SampleTimedProfileSuite.LongIdleTest.class, in testOverTimeTest_throwsTestTimedOutException()
136 .setJourney(SampleTimedProfileSuite.LongIdleTest.class.getName()) in testOverTimeTest_doesNotIdleBeforeTeardown()
142 SampleTimedProfileSuite.LongIdleTest.class, in testOverTimeTest_doesNotIdleBeforeTeardown()
160 .setJourney(SampleTimedProfileSuite.LongIdleTest.class.getName()) in testOverTimeTest_idlesAfterTeardownUntilNextScenario()
166 SampleTimedProfileSuite.LongIdleTest.class, in testOverTimeTest_idlesAfterTeardownUntilNextScenario()
187 .setJourney(SampleTimedProfileSuite.PassingTest.class.getName()) in testRespectsAfterTestPolicy_stayInApp()
193 SampleTimedProfileSuite.PassingTest.class, in testRespectsAfterTestPolicy_stayInApp()
218 .setJourney(SampleTimedProfileSuite.PassingTest.class.getName()) in testRespectsAfterTestPolicy_exit()
[all …]
DProfileSuiteTest.java37 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;
188 SampleTimedProfileSuite.class, in testTimestampScheduling_respectsSchedule()
281 SampleTimedProfileSuite.class, in testTimestampScheduling_respectsSuiteTimeout()
/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestTimestampScheduling_respectsSuiteTimeout.textpb4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"
7 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"
DtestTimestampScheduling_respectsSchedule.textpb4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"
8 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/
DSampleTimedProfileSuite.java34 SampleTimedProfileSuite.LongIdleTest.class,
35 SampleTimedProfileSuite.PassingTest.class,
38 public class SampleTimedProfileSuite { class