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

1 2 3

  /build/tools/releasetools/
check_target_files_signatures 18 Check the signatures of all APKs in a target_files .zip file. With
60 # (which is common with zipaligned APKs). This overrides the
250 self.apks = {}
258 self.apks[apk.package] = apk
274 for apk in self.apks.itervalues():
279 apks = apks_by_uid[uid]
280 for apk in apks[1:]:
281 if apk.cert != apks[0].cert:
290 x = [(i.cert, i.package, i) for i in apks]
318 for apk in self.apks.itervalues()
    [all...]
  /cts/tests/appsecurity-tests/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/hosttests/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/utillib/
Android.mk 25 # Build the test APKs using their own makefiles
  /cts/libs/annotation/
Android.mk 17 # Build static Java library for APKs like the CTS tests.
  /cts/tests/appsecurity-tests/
Android.mk 30 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/hosttests/
Android.mk 30 # Build the test APKs using their own makefiles
  /cts/tests/accessibilityservice/src/android/accessibilityservice/delegate/
DelegatingAccessibilityService.java 34 * Note: The end-to-end test is composed of two APKs, one with a mock accessibility
36 * motivation for two APKs design is that CTS tests cannot access the secure
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetsetup/
CtsSetup.java 109 * Install pre-requisite apks for running tests
111 * @throws TargetSetupError if the pre-requisite apks fail to install
  /development/tools/
make_key 18 # android .apks and OTA update packages.
  /build/core/
prebuilt.mk 31 # Ensure that prebuilt .apks have been aligned.
version_defaults.mk 67 # all .apks created by the build system. It can be overridden by explicitly
  /device/sample/frameworks/PlatformLibrary/
README.txt 67 simply a regular Android .apk, like all of the other .apks created by the
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 56 * Indicates whether APKs should be generate for each dpi level.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 37 * The goal of this class is to remember the installation of APKs on devices, and provide
43 * always receive new APKs (since the version may not match).
  /development/pdk/docs/porting/
build_system.jd 223 <li>Installs APKs according to the product definition files, in
224 addition to tagged APKs.
242 <li>Installs APKs according to the product definition files; tags
  /development/tools/apkcheck/
README.txt 28 analyze the APK, so if you have a large set of APKs it's best to run them
37 Load additional public API list. This is intended for APKs that
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerStressHostTests.java 38 // Note: These stress tests require large apks that cannot be checked into the tree.
39 // These variables define static locations that point to existing APKs (not built from
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
MultiApkExportAction.java 162 List<ApkData> apks = helper.getApkData(projects); local
178 for (ApkData apk : apks) {
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 35 from unaligned apks is slow and takes a lot of memory. In the best case, the
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 98 /** The MIME type of APKs */
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 39 * For performance we want to allow processing of multiple APKs so
219 * beneficial if we're analyzing lots of APKs in one go, but detrimental
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 199 <li> Reducing overhead by running the code of multiple .apks in the same
210 two .apks that are not sharing the same user ID try to run in the same process,
  /sdk/anttasks/src/com/android/ant/
MultiApkExportTask.java 113 List<ApkData> apks = helper.getApkData(projectList); local
147 for (ApkData apk : apks) {
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 209 notes = "We can't run multi-apks under current CTS framework, "

Completed in 1329 milliseconds

1 2 3