/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/mainline/ |
D | MainlineModule.java | 44 false, ModuleType.APK, 48 false, ModuleType.APK, 52 true, ModuleType.APK, 57 true, ModuleType.APK, 61 true, ModuleType.APK, 65 true, ModuleType.APK, 69 true, ModuleType.APK, 112 true, ModuleType.APK,
|
D | ModuleType.java | 23 APK enumConstant
|
/cts/hostsidetests/dexmetadata/host/ |
D | README.md | 1 ## How to update APK files and DM files in the `res` folder 4 source code, you need to update the APK files and DM files in the `res` folder. 6 ### Updating APK files 8 1. Build the APK from source. 14 2. Copy the APK to the `res` folder. 25 3. Repeat the steps above for the split APK (`CtsDexMetadataSplitAppFeatureA`). 45 APK name. 59 3. Repeat the steps above for the split APK (`CtsDexMetadataSplitAppFeatureA`).
|
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/ |
D | InputMethodServiceLifecycleTest.java | 70 installPackage(DeviceTestConstants.APK, "-r"); in setUp() 141 EditTextAppConstants.APK, EditTextAppConstants.PACKAGE, instant); in testSwitchToHandwritingIme() 143 installImePackageSync(Ime1Constants.APK, Ime1Constants.IME_ID); in testSwitchToHandwritingIme() 144 installImePackageSync(Ime2Constants.APK, Ime2Constants.IME_ID); in testSwitchToHandwritingIme() 176 EditTextAppConstants.APK, EditTextAppConstants.PACKAGE, instant); in testSwitchToNextInput() 177 installImePackageSync(Ime1Constants.APK, Ime1Constants.IME_ID, imeForceQueryable); in testSwitchToNextInput() 178 installImePackageSync(Ime2Constants.APK, Ime2Constants.IME_ID, imeForceQueryable); in testSwitchToNextInput() 230 EditTextAppConstants.APK, EditTextAppConstants.PACKAGE, instant); in testSwitchToPreviousInput() 231 installImePackageSync(Ime1Constants.APK, Ime1Constants.IME_ID, imeForceQueryable); in testSwitchToPreviousInput() 232 installImePackageSync(Ime2Constants.APK, Ime2Constants.IME_ID, imeForceQueryable); in testSwitchToPreviousInput() [all …]
|
D | ShellCommandFromAppTest.java | 46 installPackage(DeviceTestConstants.APK, "-r", "--instant"); in runDeviceTestMethodWithoutHiddenApiCheck() 48 installPackage(DeviceTestConstants.APK, "-r"); in runDeviceTestMethodWithoutHiddenApiCheck()
|
D | InlineSuggestionsRequestHostTest.java | 34 installPackage(DeviceTestConstants.APK, true); in setUp()
|
/cts/common/device-side/test-app/ |
D | 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/ |
D | UsesLibraryHostTest.java | 39 private static final String APK = "CtsUsesLibraryApp.apk"; field in UsesLibraryHostTest 60 new InstallMultiple(instant).addApk(APK).run(); in testUsesLibrary() 70 new InstallMultiple(instant).addApk(APK).run(); in testMissingLibrary() 80 new InstallMultiple(instant).addApk(APK).run(); in testDuplicateLibrary()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | SplitTests.java | 20 import static android.appsecurity.cts.Utils.APK; 238 new InstallMultiple(instant).addFile(APK).run(); in testSingleBase() 253 new InstallMultiple(instant).addFile(APK).addFile(APK_mdpi).run(); in testDensitySingle() 268 … new InstallMultiple(instant).addFile(APK).addFile(APK_mdpi).addFile(APK_hdpi).addFile(APK_xhdpi) in testDensityAll() 288 new InstallMultiple(instant).addFile(APK).addFile(APK_mdpi).run(); in testDensityBest() 311 new InstallMultiple(instant).addFile(APK).addFile(APK_v7).run(); in testApi() 326 new InstallMultiple(instant).addFile(APK).addFile(APK_de).addFile(APK_fr).run(); in testLocale() 361 .addFile(APK) in testNativeSingle_assertFail() 372 getInstallMultiple(instant, useNaturalAbi).addFile(APK).addFile(apk).run(); in testNativeSingle() 420 new InstallMultiple(instant, true).addFile(APK).run(); in testNativeForEachSupportedAbi() [all …]
|
D | AdoptableHostTest.java | 20 import static android.appsecurity.cts.Utils.APK; 164 new InstallMultiple().useNaturalAbi().addFile(APK).addFile(apk).run(); in testApps() 230 new InstallMultiple().addFile(APK).run(); in verifyPrimaryInternal() 284 new InstallMultiple().addFile(APK).run(); in verifyPrimaryPhysical() 332 .addFile(APK).addFile(APK_mdpi).run(); in testPackageInstaller() 360 new InstallMultiple().locationAuto().forceUuid(vol.uuid).addFile(APK).run(); in testEjected() 371 new InstallMultiple().locationInternalOnly().addFile(APK).run(); in testEjected()
|
D | DirectBootHostTest.java | 51 private static final String APK = "CtsEncryptionApp.apk"; field in DirectBootHostTest 112 new InstallMultiple().addFile(APK).run(); in doDirectBootTest()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | BackupTransportHostSideTest.java | 29 private static final String APK = "CtsBackupTransportApp.apk"; field in BackupTransportHostSideTest 33 installPackage(APK); in testBackupTransport()
|
D | AutoRestoreHostSideTest.java | 41 private static final String APK = "CtsAutoRestoreApp.apk"; field in AutoRestoreHostSideTest 54 installPackage(APK); in setUp() 120 installPackage(APK); in backupAndReinstallPackage()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 8 In general, they are differently signed forms of the tinyapp APK and follow 15 - version: denotes which APK Signature Scheme (v1, v2, and/or v3) was used 22 if one exists, included in the signing block of the APK, as well as the 23 capabilities of those certificates according to APK Signature Scheme v3.
|
/cts/tests/tests/packageinstaller/atomicinstall/testdata/apk/prebuilt/ |
D | corrupt.apk | 1 This is not a valid APK
|
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/ |
D | Ime1Constants.java | 38 public static final String APK = "CtsInputMethod1.apk"; field in Ime1Constants
|
D | Ime2Constants.java | 38 public static final String APK = "CtsInputMethod2.apk"; field in Ime2Constants
|
D | EditTextAppConstants.java | 27 public static final String APK = "EditTextApp.apk"; field in EditTextAppConstants
|
D | EventProviderConstants.java | 35 public static final String APK = "CtsInputMethodServiceEventProvider.apk"; field in EventProviderConstants
|
/cts/tests/JobSchedulerSharedUid/jobperm/ |
D | README.txt | 1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
|
/cts/tests/tests/uidmigration/src/android/uidmigration/cts/ |
D | SharedUserMigrationTest.kt | 57 assertTrue(installPackage(InstallTest.APK)) in reset() 80 assertFalse(installPackage(InstallTest.APK)) in testNewInstallOnly() 130 assertTrue(installPackage(InstallTest.APK)) in <lambda>()
|
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/ |
D | Android.bp | 38 // Make sure the build system doesn't try to resign the APK 72 // Make sure the build system doesn't try to resign the APK
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpsMultiUserTest.kt | 21 private const val APK = "AppInstalledOnMultipleUsers.apk" in <lambda>() constant 71 installApkForAllUsers(APK) in <lambda>()
|
/cts/hostsidetests/calllog/src/android/provider/cts/contacts/hostside/ |
D | ShadowCallLogTest.java | 46 private static final String APK = "CtsCallLogDirectBootApp.apk"; field in ShadowCallLogTest 72 File apkFile = buildHelper.getTestFile(APK); in testDirectBootCallLog()
|
/cts/hostsidetests/ui/src/android/ui/cts/ |
D | InstallTimeTest.java | 51 static final String APK = "com.replica.replicaisland.apk"; field in InstallTimeTest 98 File app = buildHelper.getTestFile(APK); in testInstallTime()
|