Home
last modified time | relevance | path

Searched refs:TYPE_UINT32 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java98 type = MtpConstants.TYPE_UINT32; in createProperty()
134 type = MtpConstants.TYPE_UINT32; in createProperty()
143 type = MtpConstants.TYPE_UINT32; in createProperty()
DMtpConstants.java38 public static final int TYPE_UINT32 = 0x0006; field in MtpConstants