HomeSort by relevance Sort by last modified time
    Searched refs:APK (Results 1 - 13 of 13) sorted by null

  /cts/suite/pts/hostTests/jank/src/com/android/pts/jank/opengl/
PtsHostJankOpenGl.java 25 private static final String APK = "PtsDeviceOpenGl.apk";
40 File app = mBuild.getTestApp(APK);
  /packages/apps/Camera2/
Android.mk 31 # the libraries in the APK, otherwise just put them in /system/lib and
32 # leave them out of the APK
  /cts/suite/pts/hostTests/uihost/src/com/android/pts/uihost/
InstallTimeTest.java 38 * Test to measure installation time of a APK.
46 static final String APK = "com.replica.replicaisland.apk";
80 File app = build.getTestApp(APK);
  /packages/apps/Gallery2/
Android.mk 37 # the libraries in the APK, otherwise just put them in /system/lib and
38 # leave them out of the APK
53 # Use the following include to make gallery test apk
  /cts/tests/uiautomator/
Android.mk 33 # Build the test APK using its own makefile, and any other CTS-related packages
  /cts/tests/
Android.mk 44 # Build the test APK using its own makefile, and any other CTS-related packages
  /device/sample/apps/SampleEmailPolicy/
Android.mk 20 # system to create "MyDeviceEmailPolicy.apk". You must then add this to the appropriate product.mk
21 # file for your device, to include the APK file in your system image.
  /frameworks/opt/photoviewer/sample/
Android.mk 22 # Build APK
  /packages/apps/UnifiedEmail/
Android.mk 27 # Build APK
  /build/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
164 stored in a signed .apk)."""
187 class APK(object):
201 apk = zipfile.ZipFile(f, "r")
203 for info in apk.infolist():
206 pkcs7 = apk.read(info.filename)
252 d, z = common.UnzipTemp(filename, '*.apk')
258 if fn.endswith(".apk"):
261 apk = APK(fullname, displayname
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 93 APK,
421 case APK:
    [all...]
  /build/core/
Makefile 23 $(if $(filter %.apk, $(1)),$(error \
24 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!))
244 $(filter %.jar %.apk, $(ALL_DEFAULT_INSTALLED_MODULES))))
273 @echo APK certs list: $@
279 'name="$(p).apk" certificate="EXTERNAL" \
282 'name="$(p).apk" certificate="$(PACKAGES.$(p).CERTIFICATE)" \
766 $(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk), \
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 74 optimized user experience on multiple device form factors using a single APK."
127 UI components on smaller screens—essential for building a single APK for both
    [all...]

Completed in 943 milliseconds