Home
last modified time | relevance | path

Searched refs:getBlockCountLong (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowStatFsTest.java85 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRegisterStats()
99 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRegisterStatsWithFile()
111 assertThat(statsFs.getBlockCountLong()).isEqualTo(0L); in withApi18_shouldResetStateBetweenTests()
142 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRestat()
151 assertThat(statsFs.getBlockCountLong()).isEqualTo(3L); in withApi18_shouldRestat()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStatFs.java63 return getBlockSizeLong() * getBlockCountLong(); in getTotalBytes()
97 protected long getBlockCountLong() { in getBlockCountLong() method in ShadowStatFs
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java1019 space.put("blockcount", fs.getBlockCountLong()); in environment()