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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/hosttests/
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
  /frameworks/opt/setupwizard/library/
self.gradle 25 // Output all test APKs to the distribution folder
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java 18 static final String[] APKS = {"CtsMonkeyApp.apk", "CtsMonkeyApp2.apk"};
46 File app = MigrationHelper.getTestFile(mBuild, APKS[i]);
  /cts/hostsidetests/sustainedperf/
AndroidTest.xml 18 <option name="cleanup-apks" value="true" />
22 <option name="cleanup-apks" value="true" />
  /external/v8/build/android/
finalize_splits_action.gypi 6 # signs and zipaligns split APKs.
24 'base_output_path': '<(PRODUCT_DIR)/apks/<(apk_name)',
setup.gyp 63 '<(PRODUCT_DIR)/apks',
70 # re-run when the output directories are touched (i.e. apks are
adb_install_apk.py 7 """Utility script to install APKs from the command line quickly."""
93 apk = os.path.join(constants.GetOutDirectory(), 'apks', apk)
101 apks = [f for f in glob.glob(split_glob) if f.endswith('.apk')]
102 if not apks:
103 logging.warning('No apks matched for %s.', split_glob)
104 for f in apks:
  /frameworks/base/docs/html/wear/preview/features/
app-distribution.jd 13 <li><a href="#publish">Publish Your APKs</a></li>
35 Publish Your APKs
47 <a href="https://developer.android.com/google/play/publishing/multiple-apks.html">Multi-APK delivery method</a>.
103 "https://developer.android.com/google/play/publishing/multiple-apks.html#VersionCodes">
108 the APKs are equivalent. If the APKs are not equivalent,
216 CPU architecture. Thus, different Wear APKs can target different hardware
240 "https://developer.android.com/google/play/publishing/multiple-apks.html">
286 to upload the watch and phone APKs.
292 "https://developer.android.com/google/play/publishing/multiple-apks.html#SimpleAndAdvanced"
    [all...]
  /cts/hostsidetests/ui/src/android/ui/cts/
TaskSwitchingTest.java 42 * Actual test is done in device, but this host side code installs all necessary APKs
59 static final String[] APKS = {
82 File app = MigrationHelper.getTestFile(mBuild, APKS[i]);
  /external/clang/
RenderScriptPrebuilts.md 74 5. Test old APKs with rebased tools: grab the above apps from a different tree
79 6. Test new APKs on an old device: test freshly built APKs for
  /frameworks/base/docs/html/google/play/
dist.jd 28 Distribute different APKs based on a variety of properties such as platform version, screen
30 </p><p><a href="{@docRoot}google/play/publishing/multiple-apks.html">Learn more &raquo;</a></p>
  /cts/hostsidetests/aadb/
Android.mk 34 # Build the test APKs using their own makefiles
  /cts/hostsidetests/abioverride/
AndroidTest.xml 18 <option name="cleanup-apks" value="true" />
  /cts/hostsidetests/appsecurity/
Android.mk 37 # Build the test APKs using their own makefiles
  /cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uAB/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uEcA/
Android.mk 17 #apks signed by cts-keyset-test-a
  /cts/hostsidetests/appsecurity/test-apps/keysets/uNone/
Android.mk 17 #apks signed cts-keyset-test-a
  /cts/hostsidetests/cpptools/
AndroidTest.xml 18 <option name="cleanup-apks" value="true" />
  /cts/hostsidetests/devicepolicy/
Android.mk 36 # Build the test APKs using their own makefiles

Completed in 798 milliseconds

12 3 4 5 6 7 8 91011>>