Searched refs:TEST_APP_APK (Results 1 – 7 of 7) sorted by relevance
39 private static final String TEST_APP_APK = "CtsPreservedSettingsApp.apk"; field in PreservedSettingsRestoreHostSideTest43 installPackage(TEST_APP_APK); in setUp()
30 private static final String TEST_APP_APK = "CtsSimpleApp.apk"; field in DeviceAndProfileOwnerTestApi25
65 private static final String TEST_APP_APK = "CtsEmptyTestApp.apk"; field in DeviceOwnerTest628 final File apk = buildHelper.getTestFile(TEST_APP_APK); in testPackageInstallCache()674 final File apk = buildHelper.getTestFile(TEST_APP_APK); in testPackageInstallCache_multiUser()
96 protected static final String TEST_APP_APK = "CtsSimpleApp.apk"; field in DeviceAndProfileOwnerTest603 final File apk = mBuildHelper.getTestFile(TEST_APP_APK); in testPackageInstallUserRestrictions()1179 installAppAsUser(TEST_APP_APK, /* grantPermissions */ true, /* dontKillApp */ true, userId); in startSimpleActivityAsUser()
63 private static final String TEST_APP_APK = "CtsSimpleApp.apk"; field in OrgOwnedProfileOwnerTest
75 private static final String TEST_APP_APK = "CtsCredentialManagerBackupRestoreApp.apk"; field in CredentialManagerRestoreSettingsHostSideTest156 installPackage(TEST_APP_APK); in testSettingsAreRestoredCorrectly()
64 private static final String TEST_APP_APK = "CtsOverlayApp.apk"; field in OverlayHostTest82 new InstallMultiple().addFile(TEST_APP_APK).run(); in setUp()