Searched refs:isFileSystemMountCheckEnabled (Results 1 – 5 of 5) sorted by relevance
316 public default boolean isFileSystemMountCheckEnabled() { in isFileSystemMountCheckEnabled() method
88 mMountFileSystemCheckEnabled = mMgr.isFileSystemMountCheckEnabled(); in NativeDeviceStateMonitor()
1633 public boolean isFileSystemMountCheckEnabled() { in isFileSystemMountCheckEnabled() method in DeviceManager
83 when(mMockDeviceManager.isFileSystemMountCheckEnabled()).thenReturn(false); in testNestedDevice()
79 when(mMockMgr.isFileSystemMountCheckEnabled()).thenReturn(false); in setUp()855 when(mMockMgr.isFileSystemMountCheckEnabled()).thenReturn(true); in testWaitForDeviceAvailable_mounted()