HomeSort by relevance Sort by last modified time
    Searched defs:avatar (Results 1 - 3 of 3) sorted by null

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 33 avatar = db.BlobProperty() variable in class:Contact
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 221 * Download the avatar image from the server.
223 * @param avatarUrl the URL pointing to the avatar image
224 * @return a byte array with the raw JPEG avatar image
227 // If there is no avatar, we're done
233 Log.i(TAG, "Downloading avatar: " + avatarUrl);
234 // Request the avatar image from the server, and create a bitmap
241 final Bitmap avatar = BitmapFactory.decodeStream(connection.getInputStream(), local
246 // not resizing the avatar - we assume that the image we get from
248 Log.i(TAG, "Converting avatar to JPEG");
250 avatar.getWidth() * avatar.getHeight() * 4)
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 817 Bitmap avatar = null; local
    [all...]

Completed in 231 milliseconds