Searched refs:write (Results 101 - 125 of 128) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java202 throw new FileNotFoundException("cannot open file for write");
240 os.write(mImage.getImageData());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactImporterTest.java260 if (len > 0) contents.write(data, 0, len);
H A DVoicemailProviderTest.java93 out.write(outBuffer);
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java294 raf.write(buf);
326 raf.write(buf);
512 os.write(expectByte);
650 Log.w(TAG, "sqliteexception during write: " + e);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java469 UsabilityStudyLogUtils.getInstance().write("<backspace>\t0\t0");
485 UsabilityStudyLogUtils.getInstance().write(inputChar + "\t" + x + "\t" + y);
489 public void write(final String log) { method in class:Utils.UsabilityStudyLogUtils
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DCallDetailActivityTest.java288 out.write(buffer, 0, bytesRead);
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java219 outputStream.write(jpegData);
300 // false ==> don't require write access
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInput.java610 mWaveBuffer.write(buf);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java402 outputChannel.write(buffer);
407 outputChannel.write(buffer);
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFileUtils.java943 * @param destination the non-directory <code>File</code> to write bytes to
1241 * @param file the file to write
1242 * @param data the content to write to the file
1251 IOUtils.write(data, out, encoding);
1260 * @param file the file to write
1261 * @param data the content to write to the file
1274 * @param file the file to write to
1275 * @param data the content to write to the file
1283 out.write(data);
1297 * @param file the file to write t
[all...]
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
H A DBinaryDictInputOutput.java210 * @param characters the character array to write.
211 * @param buffer the byte buffer to write to.
212 * @param index the index in buffer to write the character array to.
498 * Helper method to write a variable-size address to a file.
500 * @param buffer the buffer to write to.
501 * @param index the index in the buffer to write the address to.
502 * @param address the address to write.
588 * @param buffer the memory buffer to write to.
589 * @param node the node to write.
603 if (index != group.mCachedAddress) throw new RuntimeException("Bug: write inde
[all...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java426 * @param data buffer containing the data to write
427 * @param bytesRead how many bytes to write from the buffer
439 state.mStream.write(data, 0, bytesRead);
443 state.mStream.write(convertedData, 0, convertedData.length);
451 // couldn't write to file. are we out of space? check.
/packages/apps/Camera/src/com/android/camera/
H A DCamera.java793 // latency. It's true that someone else could write to the SD card in
1076 f.write(data);
1379 // caller specifies a "save uri" then write the data to it's
1386 outputStream.write(data);
1412 tempStream.write(data);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java461 bos.write(b, 0, readLength);
H A DTestActivity.java513 fos.write(b, 0, len);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMessage.java483 * @param out Output steam to write message header and body.
490 // mExtendedHeader will not be write out to external output stream,
492 writer.write("\r\n");
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java775 baos.write(buffer, 0, size);
1217 baos.write(mBuffer, 0, size);
H A DContactPhotoManager.java962 baos.write(mBuffer, 0, size);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java677 outputStream.write(vcardString.getBytes());
680 Log.e(TAG, "open/write outputstrem failed" + e.toString());
746 // Only Specifies the headers, not write for now, will write to PCE
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
H A DUtilityUnitTests.java209 * Test that we have the necessary permissions to write to external storage.
219 "write-test");
221 out.write(1);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1280 out.write(writer.toString().getBytes("UTF-8"));
H A DApiService.java1925 fos.write(readBuffer, 0, readBytes);
/packages/apps/Browser/src/com/android/browser/
H A DController.java2104 outputStream.write(uri.getData());
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java713 bos.write(buf, 0, read);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java1496 fout.write(buffer, 0, size);

Completed in 608 milliseconds

123456