Lines Matching refs:getDevice
120 boolean wasRoot = getDevice().isAdbRoot(); in testDSU()
122 Assert.assertTrue("Test requires root", getDevice().enableAdbRoot()); in testDSU()
128 getDevice().executeShellV2Command("gsi_tool install --userdata-size " + mUserdataSize + in testDSU()
130 getDevice().waitForDeviceAvailable(); in testDSU()
131 getDevice().enableAdbRoot(); in testDSU()
135 getDevice().rebootUntilOnline(); in testDSU()
139 CommandResult result = getDevice().executeShellV2Command("gsi_tool enable"); in testDSU()
142 getDevice().reboot(); in testDSU()
146 getDevice().reboot(); in testDSU()
150 getDevice().executeShellV2Command("gsi_tool wipe"); in testDSU()
152 getDevice().rebootUntilOnline(); in testDSU()
157 getDevice().enableAdbRoot(); in testDSU()
162 CommandResult result = getDevice().executeShellV2Command("gsi_tool status"); in expectGsiStatus()