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

  /build/tools/releasetools/
check_target_files_signatures 18 Check the signatures of all APKs in a target_files .zip file. With
64 # (which is common with zipaligned APKs). This overrides the
239 self.apks = {}
247 self.apks[apk.package] = apk
262 for apk in self.apks.itervalues():
267 apks = apks_by_uid[uid]
268 for apk in apks[1:]:
269 if apk.certs != apks[0].certs:
278 for apk in apks:
301 for apk in self.apks.itervalues()
    [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/hostsidetests/appsecurity/test-apps/keysets/permDef/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/permUse/
Android.mk 17 #apks signed cts-keyset-test-a
29 #apks signed cts-keyset-test-b
  /cts/hostsidetests/appsecurity/test-apps/keysets/uA/
Android.mk 17 #apks signed by cts-keyset-test-a
29 #apks signed by cts-keyset-test-b
40 #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
29 #apks signed cts-keyset-test-b
41 #apks signed by cts-keyset-test-a and cts-keyset-test-c
  /frameworks/base/core/tests/coretests/
Android.mk 32 # intermediate dir to include all the test apks as raw resource
37 # Rules to copy all the test apks to the intermediate raw resource directory
44 # 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/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/uNone/
Android.mk 17 #apks signed cts-keyset-test-a
  /build/core/
prebuilt_internal.mk 182 # Sign and align non-presigned .apks.
206 ## Install split apks.
208 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
212 # Rules to sign and zipalign the split apks.
215 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
226 # Rules to install the split apks.
main.mk     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 85 * Parser for package files (APKs) on disk. This supports apps packaged either
87 * APKs in a single directory.
89 * Apps packaged as multiple APKs always consist of a single "base" APK (with a
90 * {@code null} split name) and zero or more "split" APKs (with unique split
91 * names). Any subset of those split APKs are a valid install, as long as the
94 * <li>All APKs must have the exact same package name, version code, and signing
96 * <li>All APKs must have unique split names.
249 /** Names of any split APKs, ordered by parsed splitName */
261 /** Paths of any split APKs, ordered by parsed splitName */
266 /** Revision codes of any split APKs, ordered by parsed splitName *
675 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); local
    [all...]
  /build/core/tasks/
cts.mk 74 # A module may have mutliple installed files (e.g. split apks)
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 

Completed in 331 milliseconds