/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | StreamableAsset.java | 107 return openInputStream(); in fetchInputStream() 121 protected abstract InputStream openInputStream(); in openInputStream() method in StreamableAsset 165 InputStream inputStream = openInputStream(); in calculateRawDimensions() 195 inputStream = openInputStream(); in openBitmapRegionDecoder() 274 InputStream inputStream = openInputStream(); in doInBackground()
|
D | ContentUriAsset.java | 192 try (InputStream inputStream = openInputStream()) { in ensureExifInterface() 204 protected InputStream openInputStream() { in openInputStream() method in ContentUriAsset 206 return mContext.getContentResolver().openInputStream(mUri); in openInputStream()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ContactsAsyncHelperTest.java | 81 public InputStream openInputStream(Context context, Uri uri) 83 return context.getContentResolver().openInputStream(uri); 90 public InputStream openInputStream(Context context, Uri uri) 178 is = mContext.getContentResolver().openInputStream(uri); in getExpectedPhoto()
|
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/ |
D | FileTunerHal.java | 116 openInputStream(); in nativeTune() 181 openInputStream(); in nativeWriteInBuffer() 248 private void openInputStream() { in openInputStream() method in FileTunerHal
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 144 is = context.getContentResolver().openInputStream(uri); in getMetadataOrientation() 264 is = context.getContentResolver().openInputStream(uri); in loadRegionBitmap() 329 is = context.getContentResolver().openInputStream(uri); in loadBitmap() 513 InputStream is = context.getContentResolver().openInputStream( in getXmpObject() 529 is = context.getContentResolver().openInputStream(PrimaryImage.getImage().getUri()); in queryLightCycle360()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapObexTransport.java | 45 return new DataInputStream(openInputStream()); in openDataInputStream() 54 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothPbapObexTransport
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | BluetoothObexTransport.java | 46 return new DataInputStream(openInputStream()); in openDataInputStream() 55 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothObexTransport
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 257 return getOrientation(context.getContentResolver().openInputStream(uri)); in getOrientation() 305 InputStream inputStream = contentResolver.openInputStream(contentUri); in isGif() 573 inputStream = cr.openInputStream(mUri); in ensureImageSizeSet() 685 try (final InputStream inputStream = cr.openInputStream(mUri)) { in recodeImage() 891 final InputStream inputStream = cr.openInputStream(imageUri); in decodeImageBounds()
|
D | UriUtil.java | 212 inputStream = context.getContentResolver().openInputStream(sourceUri); in persistContentToScratchSpace() 269 inputStream = context.getContentResolver().openInputStream(sourceUri); in persistContent()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ReadWriteDraftMessageActionTest.java | 378 inputStream = mContext.getContentResolver().openInputStream(mOutputUri); in testBugleDatabaseDraftOperations() 424 inputStream = mContext.getContentResolver().openInputStream(mOutputUri); in testBugleDatabaseDraftOperations() 430 inputStream = mContext.getContentResolver().openInputStream(mAnotherUri); in testBugleDatabaseDraftOperations() 447 inputStream = mContext.getContentResolver().openInputStream(mAnotherUri); in testBugleDatabaseDraftOperations()
|
/packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/opp/ |
D | OppSendFileInfoTest.java | 64 doReturn(mFileInputStream).when(mContentResolver).openInputStream(uri); in testFileOpen() 97 doReturn(mFileInputStream).when(mContentResolver).openInputStream(uri); in testBigFileOpen()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | XmpPresets.java | 65 is = context.getContentResolver().openInputStream(srcUri); in writeFilterXMP() 98 is = context.getContentResolver().openInputStream(uriToEdit); in extractXMPData()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportInfoActivity.java | 287 try (InputStream bugReportInput = mResolver.openInputStream(sourceBugReport); in mergeFilesAndCopyToUsb() 301 try (InputStream audioInput = mResolver.openInputStream(sourceAudio)) { in mergeFilesAndCopyToUsb() 322 try (InputStream input = mResolver.openInputStream(sourceUri); in copyFileToUsb()
|
D | BugStorageUtils.java | 126 return context.getContentResolver().openInputStream( in openFileToRead() 134 return context.getContentResolver().openInputStream( in openBugReportFileToRead() 142 return context.getContentResolver().openInputStream( in openAudioFileToRead()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ContactsAsyncHelper.java | 72 InputStream openInputStream(Context context, Uri uri) throws FileNotFoundException; in openInputStream() method 118 inputStream = mContentResolverAdapter.openInputStream( in handleMessage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppSendFileInfo.java | 216 is = (FileInputStream) contentResolver.openInputStream(uri); in generateFileInfo() 223 is = (FileInputStream) contentResolver.openInputStream(uri); in generateFileInfo()
|
D | TestActivity.java | 530 java.io.InputStream is = op.openInputStream(); in onPut() 644 return new DataInputStream(openInputStream()); in openDataInputStream() 653 public InputStream openInputStream() throws IOException { in openInputStream() method in TestTcpTransport
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ContactPhotoUtils.java | 96 final InputStream imageStream = context.getContentResolver().openInputStream(uri); in getBitmapFromUri() 155 InputStream inputStream = context.getContentResolver().openInputStream(inputUri)) { in savePhotoFromUriToUri()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 234 try (InputStream in = cr.openInputStream(pictureUri); in copyAndCropPhoto() 294 .openInputStream(data); in onPhotoCropped() 316 .openInputStream(data); in onPhotoCropped()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | EditUserPhotoController.java | 234 try (InputStream in = cr.openInputStream(pictureUri); in copyAndCropPhoto() 294 .openInputStream(data); in onPhotoCropped() 316 .openInputStream(data); in onPhotoCropped()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 234 try (InputStream in = cr.openInputStream(pictureUri); in copyAndCropPhoto() 288 .openInputStream(data); in onPhotoCropped() 307 .openInputStream(data); in onPhotoCropped()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | VCardRequest.java | 184 is = resolver.openInputStream(uri); in readOneVCardFile() 201 is = resolver.openInputStream(uri); in readOneVCardFile()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CertInstallerMain.java | 227 in = getContentResolver().openInputStream(uri); in startInstallActivity() 246 new BufferedInputStream(getContentResolver().openInputStream(uri))) { in startWifiInstallActivity()
|
/packages/apps/TV/src/com/android/tv/util/images/ |
D | BitmapUtils.java | 122 inputStream = context.getContentResolver().openInputStream(uri); in decodeSampledBitmapFromUriString() 146 inputStream = context.getContentResolver().openInputStream(uri); in decodeSampledBitmapFromUriString()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 328 is = resolver.openInputStream(localDataUri); in constructImportRequest() 347 is = resolver.openInputStream(localDataUri); in constructImportRequest() 462 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()
|