Home
last modified time | relevance | path

Searched refs:APK (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/setupwizard/tools/gradle/
Ddist-library-instrumentation-tests.gradle2 * This script plugin is used to build and dist the test APK outputs of a library with multiple
15 // because the default output only supports one test APK output for libraries.
/frameworks/base/tools/aapt2/
Dreadme.md69 the original package ID is safe. Collisions against the base APK are checked to ensure these
74 - aapt2 optimize can now split a binary APK with the same --split parameters as the link
89 since the resulting APK is post-processed by other tools anyways. Assets do not get processed
155 - Configuration Split APK support: supports splitting resources that match a set of
156 configurations to a separate APK which can be loaded alongside the base APK on
DResources.proto259 // Path to a file within the APK (typically res/type-config/entry.ext).
/frameworks/base/packages/Osu2/tests/
DREADME.md14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
32 If you manually build and push the test APK to the device you can run tests using
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
DREADME.md14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
37 If you manually build and push the test APK to the device you can run tests using
/frameworks/base/lowpan/tests/
DREADME.md14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
37 If you manually build and push the test APK to the device you can run tests using
/frameworks/base/wifi/tests/
DREADME.md14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
37 If you manually build and push the test APK to the device you can run tests using
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
27 If you manually build and push the test APK to the device you can run tests using
/frameworks/base/core/tests/coretests/
DREADME29 Next, install the resulting APK and run tests as you would normal JUnit tests:
/frameworks/base/packages/CtsShim/build/
DREADME4 must specify the singular APK that can be used to upgrade it.
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java89 APK, enumConstant
423 case APK: in getMimeMapping()
/frameworks/compile/libbcc/
DREADME.rst153 type (rather in APK or on the file system), and the SHA1 checksum.
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java23438 proto.write(PackageServiceDumpProto.SharedLibraryProto.APK, libEntry.apk); in dumpSharedLibrariesProto()