Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileLockTest.java155 assertFalse(mockLock.isShared()); in test_isShared()
158 assertTrue(lock.isShared()); in test_isShared()
DFileChannelTest.java639 assertFalse(fileLock.isShared()); in test_lock()
800 assertTrue(fileLock.isShared()); in test_lockJJZ_Shared()
814 assertFalse(fileLock.isShared()); in test_lockJJZ_NotShared()
828 assertTrue(fileLock.isShared()); in test_lockJJZ_Long_MAX_VALUE()
919 assertFalse(fileLock.isShared()); in test_tryLock()
1087 assertTrue(fileLock.isShared()); in test_tryLockJJZ_Shared()
1101 assertFalse(fileLock.isShared()); in test_tryLockJJZ_NotShared()
1115 assertTrue(fileLock.isShared()); in test_tryLockJJZ_Long_MAX_VALUE()
/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java271 public final boolean isShared() { in isShared() method in FileLock
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java743 assertFalse(handler.fileLock.isShared()); in testLock()
/libcore/api/
Dcurrent.txt6789 method public final boolean isShared();