Searched refs:getExternalStoreFreeSpace (Results 1 – 5 of 5) sorted by relevance
982 EasyMock.expect(mMockDevice.getExternalStoreFreeSpace()).andReturn(1L); in testSetup_freespace()1361 EasyMock.expect(mMockDevice.getExternalStoreFreeSpace()).andReturn(1000l); in doCheckExternalStoreSpaceExpectations()
779 public long getExternalStoreFreeSpace() throws DeviceNotAvailableException; in getExternalStoreFreeSpace() method
976 long freeSpace = device.getExternalStoreFreeSpace(); in checkExternalStoreSpace()
838 assertEquals(2581184, mTestDevice.getExternalStoreFreeSpace()); in testGetExternalStoreFreeSpace_emptyOutput()857 assertEquals(expectedFreeSpaceKB, mTestDevice.getExternalStoreFreeSpace()); in assertGetExternalStoreFreeSpace()
1301 public long getExternalStoreFreeSpace() throws DeviceNotAvailableException { in getExternalStoreFreeSpace() method in NativeDevice