Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerHostTestUtils.java294 public void installAppAndVerifyExistsOnSDCard(File apkPath, String pkgName, boolean overwrite) in installAppAndVerifyExistsOnSDCard() argument
297 if (!overwrite) { in installAppAndVerifyExistsOnSDCard()
304 installFile(apkPath, overwrite); in installAppAndVerifyExistsOnSDCard()
325 public void installAppAndVerifyExistsOnDevice(File apkFile, String pkgName, boolean overwrite) in installAppAndVerifyExistsOnDevice() argument
328 if (!overwrite) { in installAppAndVerifyExistsOnDevice()
335 installFile(apkFile, overwrite); in installAppAndVerifyExistsOnDevice()
356 public void installFwdLockedAppAndVerifyExists(File apkFile, String pkgName, boolean overwrite) in installFwdLockedAppAndVerifyExists() argument
359 if (!overwrite) { in installFwdLockedAppAndVerifyExists()
366 String result = installFileForwardLocked(apkFile, overwrite); in installFwdLockedAppAndVerifyExists()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py1137 def save_trace_log(self, fileName, fileType, overwrite, start, end): argument
1151 overwrite, start, end)