Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java40 private final String mDeviceSerial; field in ApkInstaller
55 mDeviceSerial = deviceSerial; in ApkInstaller()
79 String[] cmd = createInstallCommand(apkFilePaths, mDeviceSerial, args); in install()
118 new String[] {"adb", "-s", mDeviceSerial, "uninstall", packageName}; in uninstallAllInstalledPackages()