Home
last modified time | relevance | path

Searched refs:getBlockCountLong (Results 1 – 4 of 4) 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/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java574 return statFs.getBlockCountLong(); in getBlockCount()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java1032 space.put("blockcount", fs.getBlockCountLong()); in environment()