Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerOTATests.java80 mUtils.restartSystem(); in setUp()
259 mUtils.restartSystem(); in testSystemAppUpdatedNewerVersion()
274 mUtils.restartSystem(); in testSystemAppUpdatedNewerVersion()
330 mUtils.restartSystem(); in testSystemAppUpdatedOlderVersion()
345 mUtils.restartSystem(); in testSystemAppUpdatedOlderVersion()
401 mUtils.restartSystem(); in testSystemAppUpdatedSameVersion_PreferUpdatedApk()
497 mUtils.restartSystem(); in testSystemAppUpdatedNewPermission()
512 mUtils.restartSystem(); in testSystemAppUpdatedNewPermission()
DPackageManagerOTATestUtils.java275 public void restartSystem() throws DeviceNotAvailableException { in restartSystem() method in PackageManagerOTATestUtils