Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java329 device.remountVendorWritable(); in setUp()
368 device.remountVendorWritable(); in tearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2894 mTestDevice.remountVendorWritable(); in testRemountVendor_verityUnsupported()
2926 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedV1()
2959 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedV2()
2993 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedNonNumerical()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1343 public void remountVendorWritable() throws DeviceNotAvailableException; in remountVendorWritable() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4226 public void remountVendorWritable() throws DeviceNotAvailableException { in remountVendorWritable() method in NativeDevice