Home
last modified time | relevance | path

Searched refs:openOutputStream (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexTransport.java50 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
59 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothPbapObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothObexTransport.java51 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
60 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothObexTransport
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugStorageUtils.java105 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openBugReportFileToWrite()
114 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openAudioMessageFileToWrite()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1235 outStream = op.openOutputStream(); in sendMessageListingRsp()
1421 outStream = op.openOutputStream(); in sendConvoListingRsp()
1541 outStream = op.openOutputStream(); in sendFolderListingRsp()
1661 outStream = op.openOutputStream(); in sendMASInstanceInformationRsp()
1749 outStream = op.openOutputStream(); in sendGetMessageRsp()
DBluetoothMnsObexClient.java489 outputStream = putOperation.openOutputStream(); in sendEventHandler()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DTestActivity.java649 return new DataOutputStream(openOutputStream()); in openDataOutputStream()
658 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestTcpTransport
DBluetoothOppObexClientSession.java433 outputStream = putOperation.openOutputStream(); in sendFile()
DBluetoothOppObexServerSession.java455 os = mContext.getContentResolver().openOutputStream(fileInfo.mInsertUri); in receiveFile()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java346 outputStream = mContext.getContentResolver().openOutputStream(mOutputUri); in testBugleDatabaseDraftOperations()
392 outputStream = mContext.getContentResolver().openOutputStream(mAnotherUri); in testBugleDatabaseDraftOperations()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DVoicemailFetchedCallback.java81 outputStream = contentResolver.openOutputStream(uri); in setVoicemailContent()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateSavingPicture.java85 .openOutputStream(saveUri.get()); in onEnter()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DImagePersistTask.java79 mContext.getContentResolver().openOutputStream(mOutputUri); in doInBackgroundTimed()
/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java157 try (OutputStream os = mContext.getContentResolver().openOutputStream(dstLogoUri)) { in doInBackground()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java179 OutputStream os = mContext.getContentResolver().openOutputStream(uri)) { in doInBackground()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java158 OutputStream out = mResolver.openOutputStream(uri); in testFileContent()
853 mResolver.openOutputStream(uri); in testStatusFileOperation()
/packages/apps/Messaging/src/com/android/messaging/util/
DUriUtil.java298 outputStream = context.getContentResolver().openOutputStream(targetUri); in copyContent()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportProcessor.java124 outputStream = mResolver.openOutputStream(uri); in runInternal()
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/
DAllUriTest.java720 try (OutputStream st = mResolver.openOutputStream(uri)) { in testAllFileOperations()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java185 OutputStream os = resolver.openOutputStream(uri); in writeBitmap()
DPhotoModule.java1281 outputStream = mContentResolver.openOutputStream(mSaveUri); in onCaptureDone()
2242 outputStream = mContentResolver.openOutputStream(mDebugUri); in saveToDebugUri()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java900 outputStream = op.openOutputStream(); in pushHeader()
923 outputStream = op.openOutputStream(); in pushBytes()
/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DEditUserPhotoController.java235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java408 mOutStream = getContentResolver().openOutputStream(mOutUri); in BitmapIOTask()

12