Searched refs:apks (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | arc.py | 688 self.apks = None 754 def _install_apks(self, dep_package, apks, full_pkg_names): argument 762 if apks: 763 for apk in apks: 799 def arc_setup(self, dep_packages=None, apks=None, full_pkg_names=None, argument 830 apks = self._fix_nested_array_level('apks', 2, apks) 833 if (len(dep_packages) != len(apks) or 834 len(apks) != len(full_pkg_names)): 836 logging.info('apks length is %d', len(apks)) 843 self.apks = apks [all …]
|
/external/webrtc/examples/androidtests/ |
D | README | 10 adb install -r out/Debug/apks/AppRTCMobile.apk 11 adb install -r out/Debug/apks/AppRTCMobileTest.apk
|
/external/webrtc/examples/androidapp/ |
D | README | 11 adb install -r out/Default/apks/AppRTCMobile.apk
|
/external/bazelbuild-rules_android/rules/flags/ |
D | flag_defs.bzl | 68 description = "Build and install split apks if the device supports them.",
|
/external/libchrome/base/android/proguard/ |
D | chromium_apk.flags | 5 # Contains flags that we'd like all Chromium .apks to use.
|
/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/pdfium/testing/ |
D | test.gni | 128 # Incremental test targets work only for .apks.
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 836 apks = [] 840 apks.append(line[len('package:'):]) 845 if not apks and output: 853 self._cache['package_apk_paths'][package] = list(apks) 854 return apks
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_policy_base.py | 362 apks=[_APP_FILENAME],
|
/external/angle/doc/ |
D | DevSetupAndroid.md | 94 adb install -r -d --force-queryable out/Android/apks/AngleLibraries.apk
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 169 partial: (optional) Package ID if apk_paths doesn't include all .apks.
|
D | device_utils.md | 205 Get the paths of the installed apks on the device for the given package. 211 List of paths to the apks on the device for the given package. 552 have their apks copied to |MODULES_SRC_DIRECTORY_PATH| subdirectory
|