commit | e77f6010dd540ed7c5670e702c2d79b7ba3c24ee | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Mar 09 13:46:00 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Mar 09 13:46:00 2022 +0000 |
tree | 0e6bf2b412d6b8ae0859b9451a00eb1e9840535a | |
parent | 03ef64b4827277ef0478c3a82a441c982e4c20c9 [diff] |
Rename method: Drop the "device", it's cleaner Bug: 218276733 Test: Still builds Change-Id: I2e6568d103b218ecced5e95723244f6c9d061324
diff --git a/tests/hostside/helper/java/android/virt/test/VirtualizationTestCaseBase.java b/tests/hostside/helper/java/android/virt/test/VirtualizationTestCaseBase.java index ec8a3fb..8e86fd1 100644 --- a/tests/hostside/helper/java/android/virt/test/VirtualizationTestCaseBase.java +++ b/tests/hostside/helper/java/android/virt/test/VirtualizationTestCaseBase.java
@@ -102,7 +102,7 @@ public static void testIfDeviceIsCapable(ITestDevice androidDevice) throws Exception { assumeTrue("Need an actual TestDevice", androidDevice instanceof TestDevice); TestDevice testDevice = (TestDevice) androidDevice; - assumeTrue("Requires VM support", testDevice.deviceSupportsMicrodroid()); + assumeTrue("Requires VM support", testDevice.supportsMicrodroid()); } // Run an arbitrary command in the host side and returns the result