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

1 2

  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
EditTextAppConstants.java 27 public static final String APK = "EditTextApp.apk";
Ime1Constants.java 36 * APK name that contains test IME 1.
38 public static final String APK = "CtsInputMethod1.apk";
Ime2Constants.java 36 * APK name that contains test IME 2.
38 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/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}
  /cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
UsesLibraryHostTest.java 39 private static final String APK = "CtsUsesLibraryApp.apk";
40 private static final String APK_COMPAT = "CtsUsesLibraryAppCompat.apk";
60 new InstallMultiple(instant).addApk(APK).run();
70 new InstallMultiple(instant).addApk(APK).run();
80 new InstallMultiple(instant).addApk(APK).run();
  /external/skia/tools/skqp/
test_apk.sh 8 APK="$1"
11 if ! [ -f "$APK" ]; then
18 $0 skqp-universal-debug.apk
20 $0 skqp-universal-debug.apk vk_hairmodes gles_gammatext gles_aarectmodes
37 adb install -r "$APK" || exit 2
  /external/skqp/tools/skqp/
test_apk.sh 8 APK="$1"
11 if ! [ -f "$APK" ]; then
18 $0 skqp-universal-debug.apk
20 $0 skqp-universal-debug.apk vk_hairmodes gles_gammatext gles_aarectmodes
37 adb install -r "$APK" || exit 2
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 82 installPackage(DeviceTestConstants.APK, "-r");
98 * Install an app apk file synchronously.
104 * @param apkFileName App apk to install
105 * @param packageName packageName of the installed apk
122 * @param apkFileName IME apk to install
143 EditTextAppConstants.APK, EditTextAppConstants.PACKAGE, instant);
144 installImePackageSync(Ime1Constants.APK, Ime1Constants.IME_ID);
145 installImePackageSync(Ime2Constants.APK, Ime2Constants.IME_ID);
175 EditTextAppConstants.APK, EditTextAppConstants.PACKAGE, instant);
176 installImePackageSync(Ime1Constants.APK, Ime1Constants.IME_ID)
    [all...]
MultiUserTest.java 59 * ActivityManagerService after APK installation. To work around this, we check if a no-op test
132 * IME APK installation for full (non-instant) apps.
142 * IME APK installation for instant apps.
157 installPossibleInstantPackage(DeviceTestConstants.APK, primaryUserId, instant);
158 installPossibleInstantPackage(DeviceTestConstants.APK, secondaryUserId, instant);
167 installPackageAsUser(Ime1Constants.APK, true, secondaryUserId, "-r");
191 * IME APK installation for full (non-instant) apps.
201 * IME APK installation for instant apps.
217 installPossibleInstantPackage(DeviceTestConstants.APK, primaryUserId, instant);
218 installPossibleInstantPackage(DeviceTestConstants.APK, profileUserId, instant)
    [all...]
ShellCommandFromAppTest.java 63 installPackage(DeviceTestConstants.APK, "-r", "--instant");
65 installPackage(DeviceTestConstants.APK, "-r");
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
SplitTests.java 38 static final String APK_NO_RESTART_BASE = "CtsNoRestartBase.apk";
39 static final String APK_NO_RESTART_FEATURE = "CtsNoRestartFeature.apk";
41 static final String APK_NEED_SPLIT_BASE = "CtsNeedSplitApp.apk";
42 static final String APK_NEED_SPLIT_FEATURE = "CtsNeedSplitFeature.apk";
43 static final String APK_NEED_SPLIT_CONFIG = "CtsNeedSplitApp_xxhdpi-v4.apk";
48 static final String APK = "CtsSplitApp.apk";
50 static final String APK_mdpi = "CtsSplitApp_mdpi-v4.apk";
51 static final String APK_hdpi = "CtsSplitApp_hdpi-v4.apk";
52 static final String APK_xhdpi = "CtsSplitApp_xhdpi-v4.apk";
223 final String apk = ABI_TO_APK.get(abi); local
248 final String apk = ABI_TO_APK.get(abi); local
    [all...]
AuthBoundKeyTest.java 36 static final String APK = "AuthBoundKeyApp.apk";
52 new InstallMultiple().addApk(APK).run();
AdoptableHostTest.java 20 import static android.appsecurity.cts.SplitTests.APK;
96 final String apk = ABI_TO_APK.get(abi); local
97 Assert.assertNotNull("Failed to find APK for ABI " + abi, apk);
100 new InstallMultiple().useNaturalAbi().addApk(APK).addApk(apk).run();
173 new InstallMultiple().addApk(APK).run();
219 new InstallMultiple().addApk(APK).run();
263 .addApk(APK).addApk(APK_mdpi).run();
291 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addApk(APK).run()
    [all...]
DirectBootHostTest.java 48 private static final String APK = "CtsEncryptionApp.apk";
50 private static final String OTHER_APK = "CtsSplitApp.apk";
148 new InstallMultiple().addApk(APK).run();
  /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.
102 // Start the APK and wait for it to complete.
  /cts/tests/tests/carrierapi/
Android.mk 40 # This APK must be signed to match the test SIM's cert whitelist.
46 # This APK must be signed to match the test SIM's cert whitelist.
  /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);
  /external/robolectric-shadows/
gen_test_config.mk 3 # LOCAL_INSTRUMENTATION_FOR - specifies the name of the module that produces the APK under test
15 android_resource_apk := $(strip $(call apk-location-for,$(LOCAL_INSTRUMENTATION_FOR)))
  /build/make/core/
install_jni_libs.mk 1 # Decides how to install the jni libraries needed by an apk.
10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk;
11 # embedded_prebuilt_jni_libs, prebuilt jni libs embedded in prebuilt apk.
22 # If the APK is not installed in one of the following partitions, force its libraries
23 # to be embedded inside the APK instead of installed to /<partition>/lib[64]/.
  /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";
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
ApkParser.java 36 return Entry.EntryType.APK;
96 + " to prase APK file meta data\n"
  /build/soong/dexpreopt/
dexpreopt.go 16 // dexpreopting and to strip the dex files from the APK or JAR.
22 // changed. One script takes an APK or JAR as an input and produces a zip file containing any outputs of preopting,
24 // installing the APK, which will install the preopt outputs into $(PRODUCT_OUT)/system or $(PRODUCT_OUT)/system_other
25 // as necessary. The zip file may be empty if preopting was disabled for any reason. The second script takes an APK or
51 // GenerateStripRule generates a set of commands that will take an APK or JAR as an input and strip the dex files if
173 // ensure the profile keys match the apk.
180 FlagWithInput("--apk=", module.DexPath).
199 } else if filepath.Ext(base) == ".apk" {
200 base = "package.apk"
229 // Lists of used and optional libraries from the build config to be verified against the manifest in the APK
    [all...]
  /build/soong/java/
app.go 44 // Names of extra android_app_certificate modules to sign the apk with in the form ":module".
47 // If set, create package-export.apk, which other packages can
69 // Store native libraries uncompressed in the APK and set the android:extractNativeLibs="false" manifest
70 // flag so that they are used from inside the APK at runtime. Defaults to true for android_test modules unless
72 // module types where the native libraries are generally preinstalled outside the APK.
75 // Store dex files uncompressed in the APK and set the android:useEmbeddedDex="true" manifest attribute so that
76 // they are used from inside the APK at runtime.
79 // Forces native libraries to always be packaged into the APK,
85 // it in the APK as an asset.
114 // the install APK name is normally the same as the module name, but can be overridden with PRODUCT_PACKAGE_NAME_OVER (…)
    [all...]
  /cts/tests/inputmethod/mockime/
Android.mk 26 # Currently, both MockIme APK and test APKs that use MockIme contain

Completed in 1277 milliseconds

1 2