Searched refs:READ_ONLY (Results 1 – 11 of 11) sorted by relevance
184 mFolder.open(OpenMode.READ_ONLY); in testSimpleLogin()479 mFolder.open(OpenMode.READ_ONLY); in testCatchClosed1c()742 mFolder.open(OpenMode.READ_ONLY); in testCatchClosed6a()885 mFolder.open(OpenMode.READ_ONLY); in openFolderWithMessage()
728 mFolder.open(OpenMode.READ_ONLY); in testReadOnly()729 assertEquals(OpenMode.READ_ONLY, mFolder.getMode()); in testReadOnly()1491 assertEquals(OpenMode.READ_ONLY, folder.getMode()); in testOpen()
72 public static final IOFileFilter READ_ONLY = new AndFileFilter(CAN_READ, field in CanReadFileFilter
74 public static final String READ_ONLY = "READ-ONLY"; field in ImapConstants
27 READ_WRITE, READ_ONLY, enumConstant
149 buffer = inStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in getDictionaryBuffer()
73 public static final String READ_ONLY = "READ-ONLY"; field in ImapConstants
359 sample.data.put(mAccessFile.getChannel().map(FileChannel.MapMode.READ_ONLY, in read()
1244 if (responseCode.is(ImapConstants.READ_ONLY)) { in doSelect()1245 mMode = OpenMode.READ_ONLY; in doSelect()
728 if (responseCode.is(ImapConstants.READ_ONLY)) { in doSelect()
8879 public static java.nio.channels.FileChannel$MapMode READ_ONLY;