Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/apps/
Dapp_installer.py30 def __init__(self, ad, apk_path): argument
38 self._apk_path = apk_path
68 def apk_path(self): member in AppInstaller
79 'aapt dump badging %s' % self.apk_path,
93 (self.pkg_name, self.apk_path))
95 self._ad.adb.install('%s %s' % (args, self.apk_path))
117 self._ad.log.warning('No package name found for %s' % self.apk_path)
Dhotword_model_extractor.py64 with zipfile.ZipFile(hotword_apk.apk_path) as hotword_zip:
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/
Dinstrumentation_power_test.py254 shutil.rmtree(os.path.dirname(self._sl4a_apk.apk_path))