Searched refs:photoData (Results 1 – 5 of 5) sorted by relevance
395 List<PhotoItem> photoData = mPhotoItemFactory.queryAll(); in doInBackground() local399 if (photoData != null && !photoData.isEmpty()) { in doInBackground()404 FilmstripItemData firstPhotoData = photoData.get(0).getData(); in doInBackground()411 if (photoData != null) { in doInBackground()412 Log.v(TAG, "retrieved photo metadata, number of items: " + photoData.size()); in doInBackground()413 l.addAll(photoData); in doInBackground()
130 final byte[] photoData = Utility.getFirstRowBlob(context, in getContactInfo()133 if (photoData != null) { in getContactInfo()135 photo = BitmapFactory.decodeByteArray(photoData, 0, photoData.length, null); in getContactInfo()
37 void onPictureTaken(byte[] photoData); in onPictureTaken() argument
28 public void onPictureTaken(byte[] photoData) { in create()
799 byte[] photoData = loadTestPhoto(); in assertSearchSuggestion()800 values.put(Photos.DATA, photoData); in assertSearchSuggestion()