Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java302 int fsyncCount; field in StorageManagerTest.TestProxyFileDescriptorCallback
353 fsyncCount++; in onFsync()
460 assertEquals(0, appleCallback.fsyncCount); in testOpenProxyFileDescriptor()
461 assertEquals(0, orangeCallback.fsyncCount); in testOpenProxyFileDescriptor()
462 assertEquals(0, cherryCallback.fsyncCount); in testOpenProxyFileDescriptor()
466 assertEquals(1, appleCallback.fsyncCount); in testOpenProxyFileDescriptor()
467 assertEquals(1, orangeCallback.fsyncCount); in testOpenProxyFileDescriptor()
468 assertEquals(1, cherryCallback.fsyncCount); in testOpenProxyFileDescriptor()