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

1 2

  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
EditTextAppConstants.java 24 public static final String APK = "EditTextApp.apk";
Ime1Constants.java 26 public static final String APK = "CtsInputMethod1.apk";
Ime2Constants.java 26 public static final String APK = "CtsInputMethod2.apk";
EventProviderConstants.java 20 * Constants of CtsInputMethodServiceEventProvider.apk that keeps IME event records.
34 /** APK file name. */
35 public static final String APK = "CtsInputMethodServiceEventProvider.apk";
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
OverlayHostTest.java 27 private static final String APK = "CtsOverlayApp.apk";
51 assertNotNull(getDevice().installPackage(mBuildHelper.getTestFile(APK), false, false));
UsesLibraryHostTest.java 36 private static final String APK = "CtsUsesLibraryApp.apk";
37 private static final String APK_COMPAT = "CtsUsesLibraryAppCompat.apk";
71 assertNull(getDevice().installPackage(mBuildHelper.getTestFile(APK), false, false));
76 assertNull(getDevice().installPackage(mBuildHelper.getTestFile(APK), false, false));
81 assertNull(getDevice().installPackage(mBuildHelper.getTestFile(APK), false, false));
DirectBootHostTest.java 47 private static final String APK = "CtsEncryptionApp.apk";
49 private static final String OTHER_APK = "CtsSplitApp.apk";
152 new InstallMultiple().addApk(APK).run();
SplitTests.java 35 static final String APK_NO_RESTART_BASE = "CtsNoRestartBase.apk";
36 static final String APK_NO_RESTART_FEATURE = "CtsNoRestartFeature.apk";
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";
254 final String apk = ABI_TO_APK.get(abi); local
286 final String apk = ABI_TO_APK.get(abi); local
    [all...]
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DeviceTestConstants.java 20 * Constants of CtsInputMethodServiceDeviceTests.apk that contains tests on device side and
28 /** Package name of the APK. */
31 /** APK file name. */
32 public static final String APK = "CtsInputMethodServiceDeviceTests.apk";
  /build/make/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
144 stored in a signed .apk)."""
167 class APK(object):
185 apk = zipfile.ZipFile(f, "r")
187 for info in apk.infolist():
190 pkcs7 = apk.read(info.filename)
239 # First read the APK certs file to figure out whether there are compressed
244 apk_extensions = ['*.apk']
249 apk_extensions.append("*.apk" + compressed_extension)
272 if fn.endswith(".apk")
    [all...]
check_target_files_signatures.py 32 can be found that match APK signatures, the filename will be
144 stored in a signed .apk)."""
167 class APK(object):
185 apk = zipfile.ZipFile(f, "r")
187 for info in apk.infolist():
190 pkcs7 = apk.read(info.filename)
239 # First read the APK certs file to figure out whether there are compressed
244 apk_extensions = ['*.apk']
249 apk_extensions.append("*.apk" + compressed_extension)
272 if fn.endswith(".apk")
    [all...]
  /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.
  /cts/hostsidetests/ui/src/android/ui/cts/
InstallTimeTest.java 41 * Test to measure installation time of a APK.
51 static final String APK = "com.replica.replicaisland.apk";
102 File app = buildHelper.getTestFile(APK);
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 49 APK = os.path.join(os.path.dirname(__file__), "..", "CtsVerifier.apk")
    [all...]
  /cts/hostsidetests/api/src/com/android/cts/api/
UnofficialApisUsageTest.java 60 JAR, APK,
74 // package:/path/to/apk=com.foo.bar
79 return new JavaModule(name, path, Type.APK);
88 return new JavaModule(name, path, type.equals("(jar)") ? Type.JAR : Type.APK);
221 // 2: tail -1 is for the case when an apk is updated in the data partition.
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PackageManagerStressHostTests.java 44 private static enum APK {
49 {"External1mb.apk", "com.appsonsd.mytests.External1mb"},
50 {"External2mb.apk", "com.appsonsd.mytests.External2mb"},
51 {"External3mb.apk", "com.appsonsd.mytests.External3mb"},
52 {"External4mb.apk", "com.appsonsd.mytests.External4mb"},
53 {"External5mb.apk", "com.appsonsd.mytests.External5mb"},
54 {"External6mb.apk", "com.appsonsd.mytests.External6mb"},
55 {"External7mb.apk", "com.appsonsd.mytests.External7mb"},
56 {"External8mb.apk", "com.appsonsd.mytests.External8mb"},
57 {"External9mb.apk", "com.appsonsd.mytests.External9mb"}
    [all...]
  /test/suite_harness/common/host-side/tradefed/tests/res/testtype/
testJar1.jar 
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 89 APK,
423 case APK:
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0/
gradle-core-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha5/
gradle-core-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha6/
gradle-core-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha7/
gradle-core-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha9/
gradle-core-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta1/
gradle-core-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta2/
gradle-core-3.0.0-beta2.jar 

Completed in 2066 milliseconds

1 2