Home
last modified time | relevance | path

Searched refs:isFileSystemMountCheckEnabled (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java316 public default boolean isFileSystemMountCheckEnabled() { in isFileSystemMountCheckEnabled() method
DNativeDeviceStateMonitor.java88 mMountFileSystemCheckEnabled = mMgr.isFileSystemMountCheckEnabled(); in NativeDeviceStateMonitor()
DDeviceManager.java1633 public boolean isFileSystemMountCheckEnabled() { in isFileSystemMountCheckEnabled() method in DeviceManager
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java83 when(mMockDeviceManager.isFileSystemMountCheckEnabled()).thenReturn(false); in testNestedDevice()
DDeviceStateMonitorTest.java79 when(mMockMgr.isFileSystemMountCheckEnabled()).thenReturn(false); in setUp()
855 when(mMockMgr.isFileSystemMountCheckEnabled()).thenReturn(true); in testWaitForDeviceAvailable_mounted()