Lines Matching refs:mAllocationMap
76 static HashMap<Long, Allocation> mAllocationMap =2376 synchronized(mAllocationMap) {2377 mAllocationMap.put(new Long(getID(mRS)), this);2383 synchronized(mAllocationMap) {2384 Allocation a = mAllocationMap.get(new Long(id));