Searched refs:getDescriptorString (Results 1 – 4 of 4) sorted by relevance
108 return p.getDescriptorString(mMfgIndex); in getMfgString()116 return p.getDescriptorString(mProductIndex); in getProductString()124 return p.getDescriptorString(mSerialIndex); in getSerialString()206 String manufacturer = parser.getDescriptorString(mfgIndex); in report()208 String product = parser.getDescriptorString(productIndex); in report()
85 String name = parser.getDescriptorString(mConfigIndex); in toAndroid()
103 String name = parser.getDescriptorString(mDescrIndex); in toAndroid()
257 public String getDescriptorString(int stringId) { in getDescriptorString() method in UsbDescriptorParser