Home
last modified time | relevance | path

Searched refs:pushSystemApp (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerOTATests.java141 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppAddedNewerThanUpdate()
181 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_APK), mSystemAppPath); in testSystemAppAddedOlderThanUpdate()
205 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_APK), mSystemAppPath); in testSystemAppRemoved()
229 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppUpdatedNewerVersion()
298 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppUpdatedOlderVersion()
371 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppUpdatedSameVersion_PreferUpdatedApk()
426 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_APK), mSystemAppPath); in testUpdatedSystemAppRemoved()
466 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_NO_SYS_PERMISSION_APK), mSystemAppPath); in testSystemAppUpdatedNewPermission()
496 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppUpdatedNewPermission()
DPackageManagerOTATestUtils.java288 public void pushSystemApp(final File localFile, final String deviceFilePath) in pushSystemApp() method in PackageManagerOTATestUtils