Lines Matching refs:propertyGroup
679 MtpPropertyGroup propertyGroup;
681 propertyGroup = mPropertyGroupsByFormat.get(format);
682 if (propertyGroup == null) {
684 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mPackageName,
686 mPropertyGroupsByFormat.put(new Integer(format), propertyGroup);
689 propertyGroup = mPropertyGroupsByProperty.get(property);
690 if (propertyGroup == null) {
692 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mPackageName,
694 mPropertyGroupsByProperty.put(new Integer((int)property), propertyGroup);
698 return propertyGroup.getPropertyList((int)handle, format, depth);