Searched refs:mPropertyGroupsByFormat (Results 1 – 2 of 2) sorted by relevance
95 private final SparseArray<MtpPropertyGroup> mPropertyGroupsByFormat = new SparseArray<>(); field in MtpDatabase540 propertyGroup = mPropertyGroupsByFormat.get(format); in getObjectPropertyList()544 mPropertyGroupsByFormat.put(format, propertyGroup); in getObjectPropertyList()
35069 Landroid/mtp/MtpDatabase;->mPropertyGroupsByFormat:Ljava/util/HashMap;