HomeSort by relevance Sort by last modified time
    Searched refs:apks (Results 1 - 4 of 4) 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
254 self.apks = {}
262 self.apks[apk.package] = apk
277 for apk in self.apks.itervalues():
282 apks = apks_by_uid[uid]
283 for apk in apks[1:]:
284 if apk.certs != apks[0].certs:
293 for apk in apks:
316 for apk in self.apks.itervalues()
    [all...]
  /frameworks/base/core/tests/coretests/
Android.mk 31 # intermediate dir to include all the test apks as raw resource
36 # Rules to copy all the test apks to the intermediate raw resource directory
43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /cts/
CtsCoverage.mk 41 $(CTS_COVERAGE_TEST_CASE_LIST),cts-test-apks,html,test-coverage.html)
45 CtsVerifier,cts-verifier-apks,html,verifier-coverage.html)
62 # 3 - Name of variable to hold the calculated paths of the APKs
  /build/core/
main.mk 807 @echo "Collect sample code apks: $^"
808 # remove apks that are not intended to be installed.

Completed in 1100 milliseconds