Searched refs:apks (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | arc.py | 694 self.apks = None 760 def _install_apks(self, dep_package, apks, full_pkg_names): argument 768 if apks: 769 for apk in apks: 803 def arc_setup(self, dep_packages=None, apks=None, full_pkg_names=None, argument 836 apks = self._fix_nested_array_level('apks', 2, apks) 839 if (len(dep_packages) != len(apks) or 840 len(apks) != len(full_pkg_names)): 842 logging.info('apks length is %d', len(apks)) 849 self.apks = apks [all …]
|
/external/webrtc/webrtc/examples/androidtests/ |
D | README | 10 adb install -r out/Debug/apks/AppRTCDemo.apk 11 adb install -r out/Debug/apks/AppRTCDemoTest.apk
|
/external/webrtc/webrtc/examples/androidapp/ |
D | README | 22 adb install -r out/Debug/apks/AppRTCDemo.apk
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 89 programJars = Program jars, aars, wars, ears, zips, apks, and directories 90 libraryJars = Library jars, aars, wars, ears, zips, apks, and directories 141 <html>The input jars (aars, wars, ears, zips, apks, directories), followed by<br>\ 142 their corresponding output jars (wars, ears, zips, apks, directories).</html> 273 Keep the specified directories in the output jars, wars, ears, zips, apks, or directories.
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 649 apks = [] 653 apks.append(line[len('package:'):]) 658 if not apks and output: 666 self._cache['package_apk_paths'][package] = list(apks) 667 return apks
|
/external/pdfium/testing/ |
D | test.gni | 131 # Incremental test targets work only for .apks.
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_policy_base.py | 356 apks=[_APP_FILENAME],
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 217 partial: (optional) Package ID if apk_paths doesn't include all .apks.
|
D | device_utils.md | 172 Get the paths of the installed apks on the device for the given package. 178 List of paths to the apks on the device for the given package.
|