Searched refs:openInputStream (Results 1 - 25 of 76) sorted by relevance

1234

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DBluetoothObexTransport.java44 return new DataInputStream(openInputStream());
51 public InputStream openInputStream() throws IOException { method in class:BluetoothObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapObexTransport.java45 return new DataInputStream(openInputStream());
54 public InputStream openInputStream() throws IOException { method in class:BluetoothPbapObexTransport
H A DBluetoothPbapRequest.java82 InputStream is = mOp.openInputStream();
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DObexPipeTransport.java46 return new DataInputStream(openInputStream());
53 public InputStream openInputStream() throws IOException { method in class:ObexPipeTransport
H A DMapStepsFolder.java119 sCurrentFolder.appendSubfolders(op.openInputStream());
H A DObexTestServer.java88 inStream = operation.openInputStream();
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DUriImageRequest.java35 return mContext.getContentResolver().openInputStream(mDescriptor.uri);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailMessageCursor.java72 final InputStream in = cr.openInputStream(htmlUri);
88 final InputStream in = cr.openInputStream(textUri);
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailArchivePlaybackPresenter.java60 mContext.getContentResolver().openInputStream(mVoicemailUri);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DContactsAsyncHelperTest.java68 public InputStream openInputStream(Context context, Uri uri)
70 return context.getContentResolver().openInputStream(uri);
77 public InputStream openInputStream(Context context, Uri uri)
149 is = mContext.getContentResolver().openInputStream(uri);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java196 is = (FileInputStream) contentResolver.openInputStream(uri);
203 is = (FileInputStream) contentResolver.openInputStream(uri);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactPhotoUtils.java97 final InputStream imageStream = context.getContentResolver().openInputStream(uri);
156 InputStream inputStream = context.getContentResolver().openInputStream(inputUri)) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DXmpPresets.java65 is = context.getContentResolver().openInputStream(srcUri);
98 is = context.getContentResolver().openInputStream(uriToEdit);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DContactsAsyncHelper.java62 * Interface to enable stubbing of the call to openInputStream
65 InputStream openInputStream(Context context, Uri uri) throws FileNotFoundException; method in interface:ContactsAsyncHelper.ContentResolverAdapter
106 inputStream = mContentResolverAdapter.openInputStream(
H A DTelecomSystem.java169 public InputStream openInputStream(Context context, Uri uri)
171 return context.getContentResolver().openInputStream(uri);
/packages/apps/Contacts/src/com/android/contacts/
H A DNfcHandler.java86 InputStream vcardInputStream = resolver.openInputStream(shareUri);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DVideoObject.java74 InputStream input = mContentResolver.openInputStream(
H A DBaseImage.java109 InputStream input = mContentResolver.openInputStream(mUri);
H A DUriImage.java58 return mContentResolver.openInputStream(mUri);
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportPreviewActivity.java48 in = getContentResolver().openInputStream(uri);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DEmlMessageLoader.java57 stream = resolver.openInputStream(mEmlFileUri);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstallerMain.java139 in = getContentResolver().openInputStream(uri);
163 new BufferedInputStream(getContentResolver().openInputStream(uri))) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java144 is = context.getContentResolver().openInputStream(uri);
264 is = context.getContentResolver().openInputStream(uri);
329 is = context.getContentResolver().openInputStream(uri);
513 InputStream is = context.getContentResolver().openInputStream(
529 is = context.getContentResolver().openInputStream(MasterImage.getImage().getUri());
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DLogoUtils.java43 final InputStream in = context.getContentResolver().openInputStream(uri);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DReadWriteDraftMessageActionTest.java379 inputStream = mContext.getContentResolver().openInputStream(mOutputUri);
425 inputStream = mContext.getContentResolver().openInputStream(mOutputUri);
431 inputStream = mContext.getContentResolver().openInputStream(mAnotherUri);
448 inputStream = mContext.getContentResolver().openInputStream(mAnotherUri);

Completed in 3466 milliseconds

1234