Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java184 mFolder.open(OpenMode.READ_WRITE); in testSimpleLogin()
226 mFolder.open(OpenMode.READ_WRITE); in testTlsOpen()
420 mFolder.open(OpenMode.READ_WRITE); in testServerId()
433 mFolder.open(OpenMode.READ_WRITE); in testImapIdOkParsing()
445 mFolder.open(OpenMode.READ_WRITE); in testImapIdBad()
458 mFolder.open(OpenMode.READ_WRITE); in testImapIdNotSupported()
476 mFolder.open(OpenMode.READ_WRITE); in testImapIdSecureServerParseFail()
509 mFolder.open(OpenMode.READ_WRITE); in testImapIdSecureServerNotSent()
717 mFolder.open(OpenMode.READ_WRITE); in testReadWrite()
718 assertEquals(OpenMode.READ_WRITE, mFolder.getMode()); in testReadWrite()
[all …]
DPop3StoreUnitTests.java240 folder.open(OpenMode.READ_WRITE); in testCheckSettingsCapabilities()
285 assertEquals(OpenMode.READ_WRITE, mFolder.getMode()); in testSmallFolderFunctions()
355 mFolder.open(OpenMode.READ_WRITE); in testGetMessageByUid()
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java455 remoteFolder.open(OpenMode.READ_WRITE); in synchronizeMailboxGeneric()
1108 remoteFolder.open(OpenMode.READ_WRITE); in processPendingDataChange()
1109 if (remoteFolder.getMode() != OpenMode.READ_WRITE) { in processPendingDataChange()
1206 remoteFolder.open(OpenMode.READ_WRITE); in processPendingMoveToTrash()
1207 if (remoteFolder.getMode() != OpenMode.READ_WRITE) { in processPendingMoveToTrash()
1234 remoteTrashFolder.open(OpenMode.READ_WRITE); in processPendingMoveToTrash()
1235 if (remoteTrashFolder.getMode() != OpenMode.READ_WRITE) { in processPendingMoveToTrash()
1293 remoteTrashFolder.open(OpenMode.READ_WRITE); in processPendingDeleteFromTrash()
1294 if (remoteTrashFolder.getMode() != OpenMode.READ_WRITE) { in processPendingDeleteFromTrash()
1338 remoteFolder.open(OpenMode.READ_WRITE); in processPendingAppend()
[all …]
DPop3Service.java274 remoteFolder.open(OpenMode.READ_WRITE); in synchronizePop3Mailbox()
DEmailServiceStub.java191 remoteFolder.open(OpenMode.READ_WRITE); in loadAttachment()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DPop3Store.java134 folder.open(OpenMode.READ_WRITE); in checkSettings()
269 return OpenMode.READ_WRITE; in getMode()
726 open(OpenMode.READ_WRITE); in executeSensitiveCommand()
DImapFolder.java321 newFolder.open(OpenMode.READ_WRITE); in copyMessages()
1237 mMode = OpenMode.READ_WRITE; in doSelect()
1246 } else if (responseCode.is(ImapConstants.READ_WRITE)) { in doSelect()
1247 mMode = OpenMode.READ_WRITE; in doSelect()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DFolder.java27 READ_WRITE, READ_ONLY, enumConstant
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapConstants.java75 public static final String READ_WRITE = "READ-WRITE"; field in ImapConstants
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DImapConstants.java75 public static final String READ_WRITE = "READ-WRITE"; field in ImapConstants
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DDictDecoder.java205 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length()); in getDictionaryBuffer()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java272 mIndexBuffer = mIndexChannel.map(FileChannel.MapMode.READ_WRITE, in loadIndex()
/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapFolder.java730 } else if (responseCode.is(ImapConstants.READ_WRITE)) { in doSelect()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1025 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()