Searched refs:mPropertyGroupsByProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java69 private final HashMap<Integer, MtpPropertyGroup> mPropertyGroupsByProperty field in class:MtpDatabase
729 propertyGroup = mPropertyGroupsByProperty.get(property);
734 mPropertyGroupsByProperty.put(new Integer((int)property), propertyGroup);

Completed in 86 milliseconds