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

1 2 3 4 5 6

  /build/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
240 self.apks = {}
248 self.apks[apk.filename] = apk
263 for apk in self.apks.itervalues():
268 apks = apks_by_uid[uid]
269 for apk in apks[1:]:
270 if apk.certs != apks[0].certs:
279 for apk in apks
    [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
240 self.apks = {}
248 self.apks[apk.filename] = apk
263 for apk in self.apks.itervalues():
268 apks = apks_by_uid[uid]
269 for apk in apks[1:]:
270 if apk.certs != apks[0].certs:
279 for apk in apks
    [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 42 # intermediate dir to include all the test apks as raw resource
47 # Rules to copy all the test apks to the intermediate raw resource directory
54 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /external/v8/build/android/
adb_install_apk.py 7 """Utility script to install APKs from the command line quickly."""
93 apk = os.path.join(constants.GetOutDirectory(), 'apks', apk)
101 apks = [f for f in glob.glob(split_glob) if f.endswith('.apk')]
102 if not apks:
103 logging.warning('No apks matched for %s.', split_glob)
104 for f in apks:
  /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
  /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
  /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) {
  /external/v8/build/android/play_services/
preprocess.py 17 easily. This is necessary since debug and test apks get very close
  /build/core/
prebuilt_internal.mk 250 # Sign and align non-presigned .apks.
253 # For PRESIGNED apks we must uncompress every .so file:
295 ## Install split apks.
297 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
301 # Rules to sign the split apks.
304 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
314 # Rules to install the split apks.
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 459 """Get the paths of the installed apks on the device for the given package.
465 List of paths to the apks on the device for the given package.
489 apks = []
500 apks.append(line[len('package:'):])
501 self._cache['package_apk_paths'][package] = list(apks)
502 return apks
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 100 * Parser for package files (APKs) on disk. This supports apps packaged either
102 * APKs in a single directory.
104 * Apps packaged as multiple APKs always consist of a single "base" APK (with a
105 * {@code null} split name) and zero or more "split" APKs (with unique split
106 * names). Any subset of those split APKs are a valid install, as long as the
109 * <li>All APKs must have the exact same package name, version code, and signing
111 * <li>All APKs must have unique split names.
324 /** Names of any split APKs, ordered by parsed splitName */
336 /** Paths of any split APKs, ordered by parsed splitName */
341 /** Revision codes of any split APKs, ordered by parsed splitName *
720 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); local
    [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 492 milliseconds

1 2 3 4 5 6