Searched refs:hashcode (Results 1 – 1 of 1) sorted by relevance
326 public void removePhoto(int hashcode) { in removePhoto() argument327 Request r = mPendingRequests.remove(hashcode); in removePhoto()474 final int hashcode = msg.arg1; in handleMessage() local475 final Request request = mPendingRequests.get(hashcode); in handleMessage()