Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java193 List<String> extraArgs = new ArrayList<String>(); in installHelperApk() local
195 extraArgs.add("--force-queryable"); in installHelperApk()
197 String msg = device.installPackage(apkFile, true, extraArgs.toArray(new String[] {})); in installHelperApk()