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

  /cts/common/device-side/test-app/
run_tests.sh 34 APK=${ANDROID_PRODUCT_OUT}/data/app/CompatibilityTestApp/CompatibilityTestApp.apk
35 checkFile ${APK}
40 adb -s ${SERIAL} install -r -g ${APK}
Android.mk 15 # Build an APK which contains the device-side libraries and their tests,
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
SplitTests.java 40 static final String APK_NO_RESTART_BASE = "CtsNoRestartBase.apk";
41 static final String APK_NO_RESTART_FEATURE = "CtsNoRestartFeature.apk";
46 static final String APK = "CtsSplitApp.apk";
48 static final String APK_mdpi = "CtsSplitApp_mdpi-v4.apk";
49 static final String APK_hdpi = "CtsSplitApp_hdpi-v4.apk";
50 static final String APK_xhdpi = "CtsSplitApp_xhdpi-v4.apk";
51 static final String APK_xxhdpi = "CtsSplitApp_xxhdpi-v4.apk";
53 private static final String APK_v7 = "CtsSplitApp_v7.apk";
54 private static final String APK_fr = "CtsSplitApp_fr.apk";
169 final String apk = ABI_TO_APK.get(abi); local
184 final String apk = ABI_TO_APK.get(abi); local
412 final File apk = mApks.get(i); local
    [all...]
UsesLibraryHostTest.java 34 private static final String APK = "CtsUsesLibraryApp.apk";
35 private static final String APK_COMPAT = "CtsUsesLibraryAppCompat.apk";
69 MigrationHelper.getTestFile(mCtsBuild, APK), false, false));
75 MigrationHelper.getTestFile(mCtsBuild, APK), false, false));
81 MigrationHelper.getTestFile(mCtsBuild, APK), false, false));
AdoptableHostTest.java 20 import static android.appsecurity.cts.SplitTests.APK;
78 final String apk = ABI_TO_APK.get(abi); local
79 assertNotNull("Failed to find APK for ABI " + abi, apk);
82 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run();
142 new InstallMultiple().addApk(APK).run();
188 new InstallMultiple().addApk(APK).run();
231 .addApk(APK).addApk(APK_mdpi).run();
258 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run()
    [all...]
DirectBootHostTest.java 40 private static final String APK = "CtsEncryptionApp.apk";
42 private static final String OTHER_APK = "CtsSplitApp.apk";
133 new InstallMultiple().addApk(APK).run();
  /cts/hostsidetests/ui/src/android/ui/cts/
InstallTimeTest.java 39 * Test to measure installation time of a APK.
49 static final String APK = "com.replica.replicaisland.apk";
90 File app = MigrationHelper.getTestFile(build, APK);
  /cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
TrustedVoiceHostTest.java 26 * Test to check the APK logs to Logcat.
30 * into an APK which it then installs at runtime. TrustedVoiceActivity sets the
36 * The package name of the APK.
51 * The file name of the APK.
53 private static final String APK = "CtsTrustedVoiceApp.apk";
56 * The class name of the main activity in the APK.
100 // Start the APK and wait for it to complete.
  /frameworks/opt/photoviewer/sample/
Android.mk 22 # Build APK
46 # Build APK
  /frameworks/opt/chips/sample/
Android.mk 22 # Build APK
  /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.
  /cts/build/
device_info_package.mk 50 # Generator of APK manifests.
  /packages/apps/UnifiedEmail/
Android.mk 29 # Build APK
  /build/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
143 stored in a signed .apk)."""
166 class APK(object):
184 apk = zipfile.ZipFile(f, "r")
186 for info in apk.infolist():
189 pkcs7 = apk.read(info.filename)
238 d, z = common.UnzipTemp(filename, '*.apk')
244 if fn.endswith(".apk"):
247 apk = APK(fullname, displayname
    [all...]
check_target_files_signatures.py 32 can be found that match APK signatures, the filename will be
143 stored in a signed .apk)."""
166 class APK(object):
184 apk = zipfile.ZipFile(f, "r")
186 for info in apk.infolist():
189 pkcs7 = apk.read(info.filename)
238 d, z = common.UnzipTemp(filename, '*.apk')
244 if fn.endswith(".apk"):
247 apk = APK(fullname, displayname
    [all...]
common.py 647 """Get the minSdkVersion delared in the APK. This can be both a decimal number
666 """Get the minSdkVersion declared in the APK as a number (API Level). If
686 """Sign the input_name zip/jar/apk, producing output_name. Use the
695 up on. If not specified for an APK, the API Level is obtained by interpreting
696 the minSdkVersion attribute of the APK's AndroidManifest.xml.
699 encountered as the APK's minSdkVersion.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 92 APK,
420 case APK:
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 58 # Make test APK
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 49 APK = os.path.join(os.path.dirname(__file__), "..", "CtsVerifier.apk")
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/protobuf/
Android.mk 645 # Test APK
  /build/core/
Makefile 25 $(if $(filter %.apk, $(call word-colon, 2, $(1))),$(error \
26 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!))
333 $(filter %.jar %.apk, $(ALL_DEFAULT_INSTALLED_MODULES))))
339 # Create empty package stats file if target builds no jar(s) or apk(s).
367 @echo APK certs list: $@
373 'name="$(p).apk" certificate="EXTERNAL" \
376 'name="$(p).apk" certificate="$(PACKAGES.$(p).CERTIFICATE)" \
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 43 optimized user experience on multiple device form factors using a single APK."
120 UI components on smaller screens—essential for building a single APK for both
    [all...]

Completed in 679 milliseconds