Searched refs:SampleTimedProfileSuite (Results 1 – 5 of 5) sorted by relevance
33 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 …]
37 import android.platform.test.longevity.samples.testing.SampleTimedProfileSuite;188 SampleTimedProfileSuite.class, in testTimestampScheduling_respectsSchedule()281 SampleTimedProfileSuite.class, in testTimestampScheduling_respectsSuiteTimeout()
4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"7 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"
4 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$LongIdleTest"8 journey: "android.platform.test.longevity.samples.testing.SampleTimedProfileSuite$PassingTest"
34 SampleTimedProfileSuite.LongIdleTest.class,35 SampleTimedProfileSuite.PassingTest.class,38 public class SampleTimedProfileSuite { class