Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java110 CommandResult obbRes = mRunUtil.runTimedCmd(sObbPushCommandTimeOut, cmd); in install() local
111 if (obbRes.getStatus() != CommandStatus.SUCCESS) { in install()
115 apkPath, obbRes.toString())); in install()