Searched refs:PerformanceDegradationTest (Results 1 – 3 of 3) sorted by relevance
24 import com.android.nn.crashtest.core.test.PerformanceDegradationTest;36 return intent.getStringExtra(PerformanceDegradationTest.TEST_NAME); in getTestName()42 PerformanceDegradationTest.RUN_TIME_SECONDS, in getTestDurationMillis()43 PerformanceDegradationTest.DEFAULT_RUN_TIME_SECONDS); in getTestDurationMillis()45 PerformanceDegradationTest.WARMUP_SECONDS, in getTestDurationMillis()46 PerformanceDegradationTest.DEFAULT_WARMUP_SECONDS); in getTestDurationMillis()57 return PerformanceDegradationTest.intentInitializer(intent); in getIntentInitializer()62 return PerformanceDegradationTest.class; in getTestClass()
26 import com.android.nn.crashtest.core.test.PerformanceDegradationTest;42 public static final String TAG = PerformanceDegradationTest.TAG;75 PerformanceDegradationTest.intentInitializer(WARM_UP_TIME_SECONDS, RUN_TIME_SECONDS, in getTestMaxPerfDegradationOfModelWIthThreads()
45 public class PerformanceDegradationTest implements CrashTest { class