Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1494 public void remountVendorWritable() throws DeviceNotAvailableException; in remountVendorWritable() method
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java365 device.remountVendorWritable(); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java3519 mTestDevice.remountVendorWritable(); in testRemountVendor_verityUnsupported()
3556 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedV1()
3594 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedV2()
3633 mTestDevice.remountVendorWritable(); in testRemountVendor_veritySupportedNonNumerical()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5031 public void remountVendorWritable() throws DeviceNotAvailableException { in remountVendorWritable() method in NativeDevice