Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
DPhotoManager.java326 public void removePhoto(int hashcode) { in removePhoto() argument
327 Request r = mPendingRequests.remove(hashcode); in removePhoto()
474 final int hashcode = msg.arg1; in handleMessage() local
475 final Request request = mPendingRequests.get(hashcode); in handleMessage()