Searched refs:TYPE_UINT16 (Results 1 – 2 of 2) sorted by relevance
102 type = MtpConstants.TYPE_UINT16; in createProperty()106 type = MtpConstants.TYPE_UINT16; in createProperty()147 type = MtpConstants.TYPE_UINT16; in createProperty()184 type = MtpConstants.TYPE_UINT16; in createProperty()365 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, 0); in getPropertyList()415 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, in getPropertyList()443 result.append(handle, propertyCode, MtpConstants.TYPE_UINT16, 0); in getPropertyList()
34 public static final int TYPE_UINT16 = 0x0004; field in MtpConstants