Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerOTATests.java44 private String mSystemAppPath = "/system/app/version_test.apk"; field in PackageManagerOTATests
78 mSystemAppPath = "/system/priv-app/version_test.apk"; in setUp()
85 mUtils.removeSystemApp(mSystemAppPath, false); in setUp()
154 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppAddedNewerThanUpdate() local
205 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_APK), mSystemAppPath); in testSystemAppAddedOlderThanUpdate() local
234 mUtils.pushSystemApp(getTestAppFilePath(VERSION_1_APK), mSystemAppPath); in testSystemAppRemoved() local
244 mUtils.removeSystemApp(mSystemAppPath, true); in testSystemAppRemoved()
261 mUtils.pushSystemApp(getTestAppFilePath(VERSION_2_APK), mSystemAppPath); in testSystemAppUpdatedNewerVersion() local
284 mUtils.expectEquals(mPackageXml, CODE_PATH_XPATH, mSystemAppPath)); in testSystemAppUpdatedNewerVersion()
304 mUtils.expectEquals(mPackageXml, CODE_PATH_XPATH, mSystemAppPath)); in testSystemAppUpdatedNewerVersion()
[all …]