HomeSort by relevance Sort by last modified time
    Searched full:apks (Results 201 - 225 of 624) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestClassFinder.java 51 static Collection<Class<?>> getClasses(List<String> apks, ClassLoader loader) {
55 for (String apkPath : apks) {
83 ClassPathScanner scanner = new ClassPathScanner(apks);
  /build/core/
prebuilt_internal.mk 250 # Sign and align non-presigned .apks.
253 # For PRESIGNED apks we must uncompress every .so file:
295 ## Install split apks.
297 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
301 # Rules to sign the split apks.
304 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
314 # Rules to install the split apks.
  /frameworks/base/docs/html/guide/practices/
screens-distribution.jd 21 <li><a href="#MultiApks">Publishing Multiple APKs for Different Screens</a></li>
197 <h2 id="MultiApks">Publishing Multiple APKs for Different Screens</h2>
200 you to publish multiple APKs for the same
204 you can actually publish two APKs for the same application listing. Depending on each device's
208 <p>Beware, however, that publishing multiple APKs for the same application is
214 <p>If you need more information about how to publish multiple APKs on Google Play, read <a
215 href="{@docRoot}google/play/publishing/multiple-apks.html">Multiple APK Support</a>.</p>
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 55 * "monolithic" APK, or apps packaged as multiple "split" APKs.
59 * is created, the installer can stream one or more APKs into place until it
66 * Apps packaged as multiple split APKs always consist of a single "base" APK
67 * (with a {@code null} split name) and zero or more "split" APKs (with unique
68 * split names). Any subset of these APKs can be installed together, as long as
71 * <li>All APKs must have the exact same package name, version code, and signing
73 * <li>All APKs must have unique split names.
214 * The operation failed because one or more of the APKs was invalid. For
783 * Split removals occur prior to adding new APKs. If upgrading a feature
787 * When split removal is bundled with new APKs, the packageName must b
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/
developer-console.jd 260 <h3 id="manage-apks">Manage your APKs</h3>
271 smallest app downloads by creating multiple APKs with just the right content
272 for hardware features such as screen size. For more information about using multiple APKs,
273 see <a href="https://developer.android.com/training/multiple-apks/index.html">
274 Maintaining Multiple APKs.</a>
  /external/proguard/src/proguard/io/
DataEntryCopier.java 224 // Zip up any apks, if necessary.
233 // Only zip up apks.
253 // Unzip any apks, if necessary.
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
PkgInstallSignatureVerificationTest.java 338 // signature verification / certificate collection to reject APKs with missing code
369 // The signing certs of the two APKs differ only in how the cert's signature is encoded.
370 // From Android's perspective, these two APKs are signed by different entities and thus
372 // into DER, both certs will be exactly the same and Android will accept these APKs as
373 // updates of each other. This test is thus asserting that the two APKs are not accepted as
402 // The signing certs of the two APKs differ only in how the cert's signature is encoded.
403 // From Android's perspective, these two APKs are signed by different entities and thus
405 // into DER, both certs will be exactly the same and Android will accept these APKs as
406 // updates of each other. This test is thus asserting that the two APKs are not accepted as
  /cts/hostsidetests/shortcuts/deviceside/upgrade/
Android.mk 15 # We build two APKs from the same source files, each with a different set of resources.
  /cts/tests/admin/
AndroidTest.xml 18 <option name="cleanup-apks" value="true" />
  /cts/tests/libcore/luni/
AndroidTest.xml 23 <option name="cleanup-apks" value="true" />
  /cts/tests/libcore/ojluni/
AndroidTest.xml 23 <option name="cleanup-apks" value="true" />
  /cts/tests/libcore/okhttp/
AndroidTest.xml 23 <option name="cleanup-apks" value="true" />
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiMethod.java 45 // A list of test APKs (aka CTS modules) that use this method.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
oomkiller_profiler.py 35 os.path.join('apks', 'MemConsumer.apk'), arch_name, 'android')
  /external/v8/build/android/pylib/linker/
test_runner.py 63 constants.GetOutDirectory(), 'apks', '%s.apk' % _PACKAGE_NAME)
  /external/v8/build/android/pylib/remote/device/
remote_device_gtest_run.py 48 constants.GetOutDirectory(), 'apks', 'remote_device_dummy.apk')
  /external/webrtc/webrtc/examples/androidapp/
README 22 adb install -r out/Debug/apks/AppRTCDemo.apk
  /system/sepolicy/tools/
README 51 -d DIR, --dir DIR Directory to search for apks
  /frameworks/base/docs/html/google/play/
filters.jd 23 <li><a href="#MultiApks">Publishing Multiple APKs with Different Filters</a></li>
409 <h2 id="MultiApks">Publishing Multiple APKs with Different Filters</h2>
411 <p>Some specific Google Play filters allow you to publish multiple APKs for the same
414 two APKs that each support different texture compression formats. This way, you can reduce the
419 <p>Currently, Google Play allows you to publish multiple APKs for the same application only
445 you <em>cannot</em> publish multiple APKs for the same application if the APKs differ only based on
448 <p class="caution"><strong>Caution:</strong> Publishing multiple APKs for the same application is
450 APK that supports a wide range of device configurations</strong>. Publishing multiple APKs
454 <p>If you need more information about how to publish multiple APKs on Google Play, read <
    [all...]
developer-api.jd 42 However, if you have a large number of APKs to manage, or have to track user
82 <li>Releasing apps, by assigning APKs to various <em>Tracks</em> (alpha, beta,
98 developers. In particular, if you have a large number of APKs to manage, or
162 <li>Uploading one or more APKs</li>
163 <li>Assigning different APKs to different ?tracks?: alpha, beta, staged
  /cts/
OldCtsTestCaseList.mk 150 # Any APKs that need to be copied to the CTS distribution's testcases
258 # All APKs that need to be scanned by the coverage utilities.
  /frameworks/base/docs/html/guide/topics/resources/
icu4j-framework.jd 40 <a href="{@docRoot}google/play/publishing/multiple-apks.html">multiple versions
103 conflicts in APKs that contain their own {@code com.ibm.icu} libraries.
  /frameworks/base/docs/html/topic/performance/
reduce-apk-size.jd 14 <li><a href="#multiple-apks">Maintain Multiple Lean APKs</a></li>
413 <strong>Note:</strong> Google Play accepts APKs only if the included icons
514 <h2 id="multiple-apks">
515 Maintain Multiple Lean APKs
521 segment your app into several APKs, differentiated by factors such as screen
537 "{@docRoot}training/multiple-apks/index.html">Maintaining Multiple APKs</a>.
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest5.java 131 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); local
134 for (PackageInfo pi : apks) {
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 78 * containing one or more APKs.
123 * containing one or more APKs.
149 * containing one or more APKs.
248 * containing one or more APKs.
331 // Copy all APKs

Completed in 842 milliseconds

1 2 3 4 5 6 7 891011>>