Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java138 private static final String COMPILE_SUCCESS = "Success"; field in AppLaunch
515 if (line.contains(COMPILE_SUCCESS)) { in compileApp()