Searched refs:appFileName (Results 1 – 3 of 3) sorted by relevance
36 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp() argument
106 public File getTestApp(String appFileName) throws FileNotFoundException { in getTestApp() argument107 File apkFile = new File(getTestCasesDir(), appFileName); in getTestApp()
90 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser() argument94 final File apk = mCtsBuild.getTestApp(appFileName); in installAppAsUser()