Lines Matching defs:property
35 private class Property {
36 // MTP property code
43 Property(int code, int type, int column) {
56 private final Property[] mProperties;
66 // constructs a property group for a list of properties
78 mProperties = new Property[count];
89 private Property createProperty(int code, ArrayList<String> columns) {
186 Log.e(TAG, "unsupported property " + code);
192 return new Property(code, type, columns.size() - 1);
194 return new Property(code, type, -1);
355 Property property = mProperties[propertyIndex];
356 int propertyCode = property.code;
357 int column = property.column;
444 if (property.type == MtpConstants.TYPE_STR) {
446 } else if (property.type == MtpConstants.TYPE_UNDEFINED) {
447 result.append(handle, propertyCode, property.type, 0);
449 result.append(handle, propertyCode, property.type,