HomeSort by relevance Sort by last modified time
    Searched refs:apks (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /build/make/tools/releasetools/
check_target_files_signatures 18 Check the signatures of all APKs in a target_files .zip file. With
58 # (which is common with zipaligned APKs). This overrides the
233 self.apks = None
239 # APKs in the archive. If we do have compressed APKs in the archive, then we
251 self.apks = {}
255 # Decompress compressed APKs before we begin processing them.
276 self.apks[apk.filename] = apk
290 for apk in self.apks.itervalues():
295 apks = apks_by_uid[uid
    [all...]
check_target_files_signatures.py 18 Check the signatures of all APKs in a target_files .zip file. With
58 # (which is common with zipaligned APKs). This overrides the
233 self.apks = None
239 # APKs in the archive. If we do have compressed APKs in the archive, then we
251 self.apks = {}
255 # Decompress compressed APKs before we begin processing them.
276 self.apks[apk.filename] = apk
290 for apk in self.apks.itervalues():
295 apks = apks_by_uid[uid
    [all...]
  /frameworks/base/core/tests/coretests/apks/keyset/
Android.mk 3 #apks signed by keyset_A
53 #apks signed by keyset_B
75 #apks signed by keyset_A and keyset_B
84 #apks signed by keyset_A and unit_test
93 #apks signed by platform only
101 #apks signed by platform and keyset_A
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestClassFinder.java 51 static Collection<Class<?>> getClasses(List<String> apks, ClassLoader loader) {
55 for (String apkPath : apks) {
83 ClassPathScanner scanner = new ClassPathScanner(apks);
  /cts/hostsidetests/appsecurity/test-apps/keysets/uA/
Android.mk 17 #apks signed by cts-keyset-test-a
30 #apks signed by cts-keyset-test-b
43 #apks signed by cts-keyset-test-ec-a
56 #apks signed by cts-keyset-test-a and cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/uB/
Android.mk 17 #apks signed cts-keyset-test-a
32 #apks signed cts-keyset-test-b
47 #apks signed by cts-keyset-test-a and cts-keyset-test-c
  /frameworks/base/core/tests/coretests/
Android.mk 47 # intermediate dir to include all the test apks as raw resource
52 # Rules to copy all the test apks to the intermediate raw resource directory
59 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
Android.mk 17 #apks signed cts-keyset-test-a
31 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
Android.mk 17 #apks signed cts-keyset-test-a
32 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
Android.mk 17 #apks signed cts-keyset-test-a
32 #apks signed cts-keyset-test-b
  /frameworks/rs/tests/lldb/tests/harness/
util_bundle.py 74 Checks whether the name of the apk is in the dictionary of apks.
93 '''Uninstall/Delete all the testsuite's apks and binaries on the device.
96 TestSuiteException: One or more apks could not be uninstalled.
103 '''Uninstall all apks used by the test suite from the device.
131 '''Uninstall all apks used by the test suite from the device.
158 TestSuiteException: One or more apks could not be installed or
280 TestSuiteException: The app name is not in the list of apks.
348 java_only: Boolean to specify whether only the Java apks should be
  /cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uAB/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uEcA/
Android.mk 17 #apks signed by cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uNone/
Android.mk 17 #apks signed cts-keyset-test-a
  /development/tools/privapp_permissions/
privapp_permissions.py 108 apks = []
113 apks.append(file_path)
115 return apks
  /external/autotest/client/common_lib/cros/
arc.py 442 uiautomator setup if required, and apks install/remove during
468 self.apks = None
533 def arc_setup(self, dep_package=None, apks=None, full_pkg_names=None,
536 """ARC test setup: Setup dependencies and install apks.
543 @param apks: Array of APK names to be installed in dep_package.
558 self.apks = apks
591 if self.apks:
592 for apk in self.apks:
597 raise error.TestError('Package names of apks expected'
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest5.java 131 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); local
134 for (PackageInfo pi : apks) {
  /packages/apps/TimeZoneData/oem_template/data_app_prebuilt/testing/
include_test_prebuilt.mk 33 # signed OEM-specific apks available to work.
  /platform_testing/docs/development/
test-config.md 6 * install other apks (in addition to the test apk)
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 511 """Get the paths of the installed apks on the device for the given package.
517 List of paths to the apks on the device for the given package.
541 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
749 'Attempted to install non-existent apks: %s'
    [all...]
  /build/make/core/
prebuilt_internal.mk 361 # Sign and align non-presigned .apks.
364 # For PRESIGNED apks we must uncompress every .so file:
413 ## Install split apks.
419 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
423 # Rules to sign the split apks.
426 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
437 # Rules to install the split apks.

Completed in 1883 milliseconds

1 2 3 4 5 6 7 8 9