Searched refs:appFileName (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | BaseTestCase.java | 86 protected void installPackage(String appFileName, boolean grantPermissions) in installPackage() argument 88 CLog.d("Installing app " + appFileName); in installPackage() 91 buildHelper.getTestFile(appFileName), true, grantPermissions); in installPackage() 92 assertNull("Failed to install " + appFileName + ": " + result, result); in installPackage()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | BaseDumpsysTest.java | 144 protected void installPackage(String appFileName, boolean grantPermissions) in installPackage() argument 146 CLog.d("Installing app " + appFileName); in installPackage() 149 buildHelper.getTestFile(appFileName), true, grantPermissions); in installPackage() 150 assertNull("Failed to install " + appFileName + ": " + result, result); in installPackage()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | ProtoDumpTestCase.java | 111 protected void installPackage(String appFileName, boolean grantPermissions) in installPackage() argument 113 CLog.d("Installing app " + appFileName); in installPackage() 116 buildHelper.getTestFile(appFileName), true, grantPermissions); in installPackage() 117 assertNull("Failed to install " + appFileName + ": " + result, result); in installPackage()
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMultiUserTest.java | 153 protected void installAppAsUser(String appFileName, int userId, boolean asInstantApp) in installAppAsUser() argument 155 CLog.d("Installing app " + appFileName + " for user " + userId); in installAppAsUser() 158 buildHelper.getTestFile(appFileName), in installAppAsUser() 164 assertNull("Failed to install " + appFileName + " for user " + userId + ": " + result, in installAppAsUser()
|
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
D | BaseShortcutManagerHostTest.java | 104 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser() argument 106 CLog.i("Installing app " + appFileName + " for user " + userId); in installAppAsUser() 109 buildHelper.getTestFile(appFileName), true, true, userId, "-t"); in installAppAsUser() 110 assertNull("Failed to install " + appFileName + " for user " + userId + ": " + result, in installAppAsUser()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 173 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException, in installAppAsUser() argument 175 installAppAsUser(appFileName, true, userId); in installAppAsUser() 178 protected void installAppAsUser(String appFileName, boolean grantPermissions, int userId) in installAppAsUser() argument 180 CLog.d("Installing app " + appFileName + " for user " + userId); in installAppAsUser() 183 buildHelper.getTestFile(appFileName), true, grantPermissions, userId, "-t"); in installAppAsUser() 184 assertNull("Failed to install " + appFileName + " for user " + userId + ": " + result, in installAppAsUser()
|