HomeSort by relevance Sort by last modified time
    Searched refs:imageStream (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 97 final InputStream imageStream = context.getContentResolver().openInputStream(uri);
99 return BitmapFactory.decodeStream(imageStream);
101 Closeables.closeQuietly(imageStream);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 246 InputStream imageStream = null;
248 imageStream = mContext.getContentResolver()
250 return BitmapFactory.decodeStream(imageStream);
255 if (imageStream != null) {
257 imageStream.close();
270 InputStream imageStream = mContext.getContentResolver()
272 fullImage = BitmapFactory.decodeStream(imageStream);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 234 InputStream imageStream = Contacts.openContactPhotoInputStream(
236 if (imageStream != null) {
237 photo = BitmapFactory.decodeStream(imageStream);
  /prebuilts/devtools/tools/lib/
ddms.jar 
ddmuilib.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 134 milliseconds