Home
last modified time | relevance | path

Searched defs:apk (Results 1 – 25 of 43) sorted by relevance

12

/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java71 public void run(ITestDevice device, String pkg, String apk, String abiName); in run()
86 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachDuringBind()
96 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachEarly()
123 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentStartupAgents()
152 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppInternal()
172 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppExternal()
279 String apk, String dataData, String library, String newLibName) throws Exception { in installLibToDataData()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminHostSideTest.java72 protected void runTests(@Nonnull String apk, @Nonnull String className, in runTests()
78 protected void runTests(@Nonnull String apk, @Nonnull String className) in runTests()
DDeviceAdminServiceDeviceOwnerTest.java28 protected void installOwnerApp(String apk) throws Exception { in installOwnerApp()
DDeviceAdminServiceProfileOwnerTest.java43 protected void installOwnerApp(String apk) throws Exception { in installOwnerApp()
DBaseDeviceAdminServiceTest.java92 protected abstract void installOwnerApp(String apk) throws Exception; in installOwnerApp()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DInstantAppUserTest.java246 private void installApp(String apk) throws Exception { in installApp()
251 private void installInstantApp(String apk) throws Exception { in installInstantApp()
256 private void installAppAsUser(String apk, int userId) throws Exception { in installAppAsUser()
261 private void replaceFullAppAsUser(String apk, int userId) throws Exception { in replaceFullAppAsUser()
DBaseAppSecurityTest.java53 protected void installTestAppForUser(String apk, int userId) throws Exception { in installTestAppForUser()
57 protected void installTestAppForUser(String apk, boolean instant, int userId) throws Exception { in installTestAppForUser()
DCorruptApkTests.java134 private String install(String apk) throws DeviceNotAvailableException, FileNotFoundException { in install()
144 private void assertInstallDoesNotCrashSystem(String apk) throws Exception { in assertInstallDoesNotCrashSystem()
DInstantCookieHostTest.java110 private String installPackage(String apk, boolean replace, boolean instant) throws Exception { in installPackage()
DEphemeralTest.java598 private void installApp(String apk) throws Exception { in installApp()
604 private void installApp(String apk, String installer) throws Exception { in installApp()
611 private void installEphemeralApp(String apk) throws Exception { in installEphemeralApp()
617 private void installEphemeralApp(String apk, String installer) throws Exception { in installEphemeralApp()
624 private void installFullApp(String apk) throws Exception { in installFullApp()
DListeningPortsTest.java76 File apk = buildHelper.getTestFile(DEVICE_TEST_APK); in installDeviceTestPkg() local
/cts/hostsidetests/packagemanager/installedloadingprogess/hostside/src/com/android/tests/loadingprogress/host/
DNonIncrementalLoadingProgressTest.java51 final File apk = buildHelper.getTestFile(TEST_APK); in setUp() local
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DBaseInstallMultiple.java64 T addApk(String apk) throws FileNotFoundException { in addApk()
155 final File apk = mApks.get(i); in run() local
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DBaseInstallMultiple.java64 T addApk(String apk) throws FileNotFoundException { in addApk()
155 final File apk = mApks.get(i); in run() local
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalFeatureTest.java67 final File apk = buildHelper.getTestFile(TEST_APP_BASE_APK_NAME); in testFeatureWorkingWithInstallation() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillManagerTest.java85 private void install(String apk) { in install()
/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java46 public void install(String apk, String installerPackageName) throws Exception { in install()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java188 final String apk = createApkPath(TEST_APK); in testSpaceAllocatedForPackage() local
293 final String apk = createApkPath(TEST_APK); in testInstallWithStreaming() local
329 final File apk = new File(createApkPath(TEST_APK)); in testInstallWithMissingBlocks() local
353 final String apk = createApkPath(TEST_APK); in installWithBlockFilter() local
440 final String apk = createApkPath(TEST_APK); in testInstallWithStreamingAndCompression() local
463 final String apk = createApkPath(TEST_APK); in testInstallWithStreamingUnreliableConnection() local
/cts/tests/tests/permission/src/android/permission/cts/
DPermissionGroupChange.java144 private void installApp(String apk) { in installApp()
DRemovePermissionTest.java129 private void installApp(String apk) throws InterruptedException { in installApp()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java51 private void installPackage(String apk) throws FileNotFoundException, in installPackage()
/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
DBaseInstallMultiple.java58 T addApk(File apk) { in addApk()
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DUtils.java45 final File apk = buildHelper.getTestFile(apkName); in pushApkToRemote() local
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java226 final File apk = buildHelper.getTestFile(apkName); in installPackageIncremental() local
233 private String installPackageIncrementalFromFiles(File apk, File v4Signature, String abi) in installPackageIncrementalFromFiles()
/cts/hostsidetests/os/src/android/os/cts/
DStaticSharedLibsHostTests.java723 private String install(String apk) throws DeviceNotAvailableException, FileNotFoundException { in install()
726 private String install(String apk, boolean reinstall) in install()

12