Home
last modified time | relevance | path

Searched refs:appFileName (Results 1 – 3 of 3) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildHelper.java106 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp() argument
107 File apkFile = new File(getTestCasesDir(), appFileName); in getTestApp()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/build/
DStubCtsBuildHelper.java36 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp() argument
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java125 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser() argument
127 installAppAsUser(appFileName, true, userId); in installAppAsUser()
130 protected void installAppAsUser(String appFileName, boolean grantPermissions, int userId) in installAppAsUser() argument
132 CLog.d("Installing app " + appFileName + " for user " + userId); in installAppAsUser()
134 MigrationHelper.getTestFile(mCtsBuild, appFileName), true, grantPermissions, in installAppAsUser()
136 assertNull("Failed to install " + appFileName + " for user " + userId + ": " + result, in installAppAsUser()