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

  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/opengl/
CtsHostJankOpenGl.java 23 private static final String APK = "CtsDeviceOpenGl.apk";
38 File app = mBuild.getTestApp(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...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
PermissionsHostTest.java 34 private static final String APK = "CtsUsePermissionApp.apk";
35 private static final String APK_COMPAT = "CtsUsePermissionAppCompat.apk";
69 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
79 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
88 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
93 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
100 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
105 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false));
110 assertNull(getDevice().installPackage(mCtsBuild.getTestApp(APK), false, false))
    [all...]
SplitTests.java 42 static final String APK = "CtsSplitApp.apk";
44 static final String APK_mdpi = "CtsSplitApp_mdpi-v4.apk";
45 static final String APK_hdpi = "CtsSplitApp_hdpi-v4.apk";
46 static final String APK_xhdpi = "CtsSplitApp_xhdpi-v4.apk";
47 static final String APK_xxhdpi = "CtsSplitApp_xxhdpi-v4.apk";
49 private static final String APK_v7 = "CtsSplitApp_v7.apk";
50 private static final String APK_fr = "CtsSplitApp_fr.apk";
51 private static final String APK_de = "CtsSplitApp_de.apk";
53 private static final String APK_x86 = "CtsSplitApp_x86.apk";
164 final String apk = ABI_TO_APK.get(abi); local
179 final String apk = ABI_TO_APK.get(abi); local
395 final File apk = mApks.get(i); local
    [all...]
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 33 * Test to check the APK logs to Logcat.
35 * When this test builds, it also builds {@link android.sample.app.SampleDeviceActivity} into an APK
42 * The package name of the APK.
47 * The file name of the APK.
49 private static final String APK = "CtsSampleDeviceApp.apk";
52 * The class name of the main activity in the APK.
89 // Get the build, this is used to access the APK.
98 // Remove any previously installed versions of this APK.
100 // Get the APK from the build
    [all...]
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
InstallTimeTest.java 40 * Test to measure installation time of a APK.
49 static final String APK = "com.replica.replicaisland.apk";
88 File app = build.getTestApp(APK);
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 49 APK = os.path.join(os.path.dirname(__file__), "..", "CtsVerifier.apk")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 93 APK,
421 case APK:
    [all...]

Completed in 470 milliseconds