Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java121 private static final int IORAP_COMPILE_RETRIES = 3; // retry compiler 3 times if it fails. field in AppLaunch
370 compileAppForIorapWithRetries(appPkgName, IORAP_COMPILE_RETRIES); in testMeasureStartUpTime()