Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java95 String[] installApkCmd = createApkInstallCommand(apkFilePaths, mDeviceSerial, args); in install()
180 private String[] createApkInstallCommand( in createApkInstallCommand() method in ApkInstaller