/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapObexTransport.java | 50 return new DataOutputStream(openOutputStream()); in openDataOutputStream() 59 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in BluetoothPbapObexTransport
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | BluetoothObexTransport.java | 51 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/ |
D | BugStorageUtils.java | 105 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openBugReportFileToWrite() 114 return r.openOutputStream(BugStorageProvider.buildUriWithSegment( in openAudioMessageFileToWrite()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 1235 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()
|
D | BluetoothMnsObexClient.java | 489 outputStream = putOperation.openOutputStream(); in sendEventHandler()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | TestActivity.java | 649 return new DataOutputStream(openOutputStream()); in openDataOutputStream() 658 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestTcpTransport
|
D | BluetoothOppObexClientSession.java | 433 outputStream = putOperation.openOutputStream(); in sendFile()
|
D | BluetoothOppObexServerSession.java | 455 os = mContext.getContentResolver().openOutputStream(fileInfo.mInsertUri); in receiveFile()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ReadWriteDraftMessageActionTest.java | 346 outputStream = mContext.getContentResolver().openOutputStream(mOutputUri); in testBugleDatabaseDraftOperations() 392 outputStream = mContext.getContentResolver().openOutputStream(mAnotherUri); in testBugleDatabaseDraftOperations()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/ |
D | VoicemailFetchedCallback.java | 81 outputStream = contentResolver.openOutputStream(uri); in setVoicemailContent()
|
/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
D | StateSavingPicture.java | 85 .openOutputStream(saveUri.get()); in onEnter()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | ImagePersistTask.java | 79 mContext.getContentResolver().openOutputStream(mOutputUri); in doInBackgroundTimed()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelLogoFetcher.java | 157 try (OutputStream os = mContext.getContentResolver().openOutputStream(dstLogoUri)) { in doInBackground()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelUtils.java | 179 OutputStream os = mContext.getContentResolver().openOutputStream(uri)) { in doInBackground()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 158 OutputStream out = mResolver.openOutputStream(uri); in testFileContent() 853 mResolver.openOutputStream(uri); in testStatusFileOperation()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | UriUtil.java | 298 outputStream = context.getContentResolver().openOutputStream(targetUri); in copyContent()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ExportProcessor.java | 124 outputStream = mResolver.openOutputStream(uri); in runInternal()
|
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/ |
D | AllUriTest.java | 720 try (OutputStream st = mResolver.openOutputStream(uri)) { in testAllFileOperations()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | Storage.java | 185 OutputStream os = resolver.openOutputStream(uri); in writeBitmap()
|
D | PhotoModule.java | 1281 outputStream = mContentResolver.openOutputStream(mSaveUri); in onCaptureDone() 2242 outputStream = mContentResolver.openOutputStream(mDebugUri); in saveToDebugUri()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 900 outputStream = op.openOutputStream(); in pushHeader() 923 outputStream = op.openOutputStream(); in pushBytes()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | EditUserPhotoController.java | 235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 235 OutputStream out = cr.openOutputStream(mTakePictureUri)) { in copyAndCropPhoto()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 408 mOutStream = getContentResolver().openOutputStream(mOutUri); in BitmapIOTask()
|