/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CtsApiCoverage.java | 53 * set of APKS. See the {@link #printUsage()} method for more details. 78 System.out.println("from the given APKs."); 181 * statistics as we iterate over the test APKs.
|
/external/proguard/docs/manual/ |
introduction.html | 77 ProGuard first reads the <b>input jars</b> (or aars, wars, ears, zips, apks, 81 more <b>output jars</b> (or aars, wars, ears, zips, apks, or directories). The 85 ProGuard requires the <b>library jars</b> (or aars, wars, ears, zips, apks, or
|
/cts/hostsidetests/usage/src/android/app/usage/cts/ |
AppIdleHostTest.java | 39 // Get the device, this gives a handle to run commands and install APKs.
|
/cts/tests/tests/os/src/android/os/cts/ |
RequiredComponentsTest.java | 42 * as APKs for various reasons are present.
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/ |
DeviceInfoCollectorFuncTest.java | 38 * TODO: this test assumes the TestDeviceSetup and DeviceInfoCollector apks are located in the
|
/developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 86 // of an APKs assets folder are immutable, so read-write access doesn't make sense here.)
|
/developers/samples/android/common/src/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 86 // of an APKs assets folder are immutable, so read-write access doesn't make sense here.)
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/ |
AssetProvider.java | 86 // of an APKs assets folder are immutable, so read-write access doesn't make sense here.)
|
/development/tools/ |
make_key | 18 # android .apks and OTA update packages.
|
/device/sample/frameworks/PlatformLibrary/ |
README.txt | 67 simply a regular Android .apk, like all of the other .apks created by the
|
/external/proguard/src/proguard/ |
DataEntryReaderFactory.java | 92 // Unzip any apks, if necessary.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
Interpreter.java | 65 // Default to true so that older interpreter APKs that don't have this value define still
|
/external/v8/build/android/incremental_install/ |
generate_android_manifest.py | 57 """Returns a transformed AndroidManifest.xml for use with _incremental apks.
|
/frameworks/base/docs/html/google/ |
_book.yaml | 67 path: /google/play/publishing/multiple-apks.html
|
/frameworks/base/tools/aapt/ |
ApkBuilder.h | 39 * match the configurations specified. Split APKs can not have
|
/frameworks/base/tools/aapt2/link/ |
TableMerger.h | 51 * source APKs and either copy or process their XML and put them in the correct location in
|
/packages/providers/CalendarProvider/tests/ |
EMMA_README | 83 # copy the instrumented APKs to the device
|
/system/sepolicy/tools/ |
post_process_mac_perms | 97 help='Directory to search for apks')
|
/cts/tools/cts-api-coverage/src/res/ |
api-coverage.xsl | 46 .apks, .package, .class { 90 <div class="apks" onclick="toggleVisibility('sourceApks')">
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_finder.py | 103 apk_full_name = os.path.join(build_path, 'apks', apk_name) 194 # browser APKs, since it may be of a different browser.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ApkInstallManager.java | 36 * The goal of this class is to remember the installation of APKs on devices, and provide 42 * always receive new APKs (since the version may not match).
|
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 89 programJars = Program jars, aars, wars, ears, zips, apks, and directories 90 libraryJars = Library jars, aars, wars, ears, zips, apks, and directories 141 <html>The input jars (aars, wars, ears, zips, apks, directories), followed by<br>\ 142 their corresponding output jars (wars, ears, zips, apks, directories).</html> 273 Keep the specified directories in the output jars, wars, ears, zips, apks, or directories.
|
/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...] |
/external/v8/build/android/rezip/ |
RezipApk.java | 22 * Command line tool used to build APKs which support loading the native code library 312 "Nested APKs are not supported: " + name); 325 + "Multiple libraries are not supported for APKs that use "
|
/frameworks/base/core/java/com/android/internal/content/ |
NativeLibraryHelper.java | 66 * A handle to an opened package, consisting of one or more APKs. Used as 68 * parse the APKs exactly once instead of doing it multiple times. 196 // No native code, keep looking through all APKs.
|