Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidtests/
DREADME10 adb install -r out/Debug/apks/AppRTCDemo.apk
11 adb install -r out/Debug/apks/AppRTCDemoTest.apk
/external/autotest/client/common_lib/cros/
Darc.py468 self.apks = None
533 def arc_setup(self, dep_package=None, apks=None, full_pkg_names=None, argument
558 self.apks = apks
591 if self.apks:
592 for apk in self.apks:
/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.py541 apks = []
545 apks.append(line[len('package:'):])
546 if not apks and output:
549 self._cache['package_apk_paths'][package] = list(apks)
550 return apks
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py477 apks = []
482 apks.append(line[len('package:'):])
483 self._cache['package_apk_paths'][package] = list(apks)
484 return apks
/external/pdfium/testing/
Dtest.gni129 # Incremental test targets work only for .apks.
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md217 partial: (optional) Package ID if apk_paths doesn't include all .apks.
Ddevice_utils.md156 Get the paths of the installed apks on the device for the given package.
162 List of paths to the apks on the device for the given package.