Searched refs:canMountZip (Results 1 – 7 of 7) sorted by relevance
57 Assert.assertTrue(mFuseUtil.canMountZip()); in testCanMountZip()74 Assert.assertFalse(mFuseUtil.canMountZip()); in testCanMountZip_unsupported()
49 public boolean canMountZip() { in canMountZip() method in FuseUtil
55 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(true); in setUp()
91 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(false); in setUp()152 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(true); in setUpMockFuseUtil()
271 if (fuseUtil.canMountZip()) {
810 && getFuseUtil().canMountZip()) { in flashSystem()
635 when(mMockFuseUtil.canMountZip()).thenReturn(true); in testCheckAndFlashSystemWithFlashall()