Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Darc.py694 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/
DREADME10 adb install -r out/Debug/apks/AppRTCDemo.apk
11 adb install -r out/Debug/apks/AppRTCDemoTest.apk
/external/webrtc/webrtc/examples/androidapp/
DREADME22 adb install -r out/Debug/apks/AppRTCDemo.apk
/external/proguard/src/proguard/gui/
DGUIResources.properties89 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/
Ddevice_utils.py649 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/
Dtest.gni131 # Incremental test targets work only for .apks.
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py356 apks=[_APP_FILENAME],
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md217 partial: (optional) Package ID if apk_paths doesn't include all .apks.
Ddevice_utils.md172 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.