Home | History | Annotate | Download | only in mtp

Lines Matching refs:property

36     private class Property {
37 // MTP property code
44 Property(int code, int type, int column) {
57 private final Property[] mProperties;
67 // constructs a property group for a list of properties
79 mProperties = new Property[count];
90 private Property createProperty(int code, ArrayList<String> columns) {
176 Log.e(TAG, "unsupported property " + code);
182 return new Property(code, type, columns.size() - 1);
184 return new Property(code, type, -1);
345 Property property = mProperties[propertyIndex];
346 int propertyCode = property.code;
347 int column = property.column;
423 if (property.type == MtpConstants.TYPE_STR) {
425 } else if (property.type == MtpConstants.TYPE_UNDEFINED) {
426 result.append(handle, propertyCode, property.type, 0);
428 result.append(handle, propertyCode, property.type,