OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apks
(Results
1 - 5
of
5
) 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
42
$(CTS_COVERAGE_TEST_CASE_LIST),cts-test-
apks
,html,test-coverage.html)
46
CtsVerifier,cts-verifier-
apks
,html,verifier-coverage.html)
50
$(CTS_COVERAGE_TEST_CASE_LIST) CtsVerifier,cts-combined-
apks
,html,combined-coverage.html)
71
# 3 - Name of variable to hold the calculated paths of the
APKs
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ValidationManager.java
1046
File[]
apks
= zipFolder.listFiles();
local
[
all
...]
/build/core/
main.mk
893
@echo "Collect sample code
apks
: $^"
894
# remove
apks
that are not intended to be installed.
Completed in 819 milliseconds