Searched refs:getDescriptorString (Results 1 – 4 of 4) sorted by relevance
107 return p.getDescriptorString(mMfgIndex); in getMfgString()115 return p.getDescriptorString(mProductIndex); in getProductString()123 return p.getDescriptorString(mSerialIndex); in getSerialString()206 String manufacturer = parser.getDescriptorString(mfgIndex); in report()208 String product = parser.getDescriptorString(productIndex); in report()
102 String name = parser.getDescriptorString(mConfigIndex); in toAndroid()
128 String name = parser.getDescriptorString(mDescrIndex); in toAndroid()
357 public String getDescriptorString(int stringId) { in getDescriptorString() method in UsbDescriptorParser