Searched refs:TYPE_UINT16 (Results 1 – 2 of 2) sorted by relevance
100 type = MtpConstants.TYPE_UINT16; in createProperty()104 type = MtpConstants.TYPE_UINT16; in createProperty()145 type = MtpConstants.TYPE_UINT16; in createProperty()182 type = MtpConstants.TYPE_UINT16; in createProperty()363 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, 0); in getPropertyList()413 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, in getPropertyList()441 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, 0); in getPropertyList()
34 public static final int TYPE_UINT16 = 0x0004; field in MtpConstants