Home
last modified time | relevance | path

Searched defs:appFileName (Results 1 – 4 of 4) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/build/
DStubCtsBuildHelper.java36 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildHelper.java106 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java125 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser()
130 protected void installAppAsUser(String appFileName, boolean grantPermissions, int userId) in installAppAsUser()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java102 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser()