/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 | 102 apk_full_name = os.path.join(build_path, 'apks', apk_name) 191 # It is okay if the APK name doesn't match any of known chrome browser APKs,
|
android_browser_finder_unittest.py | 27 # Mock out what's needed for testing with exact APKs
|
/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...] |
PackageInfo.java | 34 * The names of any installed split APKs for this package. 61 * The revision number of any split APKs for this package, as specified by
|
InstrumentationInfo.java | 47 * Full paths to zero or more split APKs that, when combined with the base
|
PackageManagerInternal.java | 118 * Sets a list of apps to keep in PM's internal data structures and as APKs even if no user has
|
/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.
|
/frameworks/base/docs/html/wear/preview/ |
api-overview.jd | 34 <li><a href="#wear-apk">Wear-Specific APKs</a></li> 261 <h3 id="wear-apk">Wear-Specific APKs</h3> 269 <a href ="{@docRoot}google/play/publishing/multiple-apks.html">Multi-APK</a>
|
/prebuilts/clang/host/linux-x86/3.8/ |
README.md | 265 6. Test old APKs with rebased tools: grab the above apps from a different tree 270 7. Test new APKs on an old device: test freshly built APKs for
|
/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/tools/split-select/ |
Main.cpp | 46 " --base <path/to/apk> Specifies the base APK, from which all Split APKs must be based off.\n" 62 " will emit the set of Split APKs to install, following the same logic that would have been emitted\n"
|
/build/core/ |
dex_preopt_odex_install.mk | 1 # dexpreopt_odex_install.mk is used to define odex creation rules for JARs and APKs
|
/cts/hostsidetests/os/src/android/os/cts/ |
OsHostTests.java | 80 // Get the device, this gives a handle to run commands and install APKs.
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostResultTest.java | 97 // Get the device, this gives a handle to run commands and install APKs.
|
/cts/tests/tests/os/src/android/os/cts/ |
FileAccessPermissionTest.java | 79 * Test apks in /system/app.
|
/cts/tests/tests/security/src/android/security/cts/ |
PackageSignatureTest.java | 83 // APKS are installed before beigning test
|
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/ |
AssetProvider.java | 99 // of an APKs assets folder are immutable, so read-write access doesn't make sense here.)
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 109 // For this sample, assume all files are .apks.
|
/docs/source.android.com/src/compatibility/cts/ |
rotation-vector.jd | 44 application</a> for the command to load APKs onto the Android device from
|
/external/proguard/docs/manual/ |
gradle.html | 89 <dd>Specifies the program jars (or aars, wars, ears, zips, apks, or 95 <dd>Specifies the names of the output jars (or aars, wars, ears, zips, apks, or 101 <dd>Specifies the library jars (or aars, wars, ears, zips, apks, or 114 zips, apks, or directories).</dd>
|
/external/proguard/src/proguard/ |
DataEntryWriterFactory.java | 30 * writers will wrap the output in the proper apks, jars, wars, ears, and zips.
|
/frameworks/base/docs/html/google/ |
google_toc.cs | 66 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>google/play/publishing/multiple-apks.html">
|