Searched refs:descriptorLength (Results 1 – 1 of 1) sorted by relevance
284 static String getDescriptorName(byte descriptorType, int descriptorLength) { in getDescriptorName() argument291 + " length:" + descriptorLength; in getDescriptorName()295 static void logDescriptorName(byte descriptorType, int descriptorLength) { in logDescriptorName() argument297 Log.d(TAG, "----> " + getDescriptorName(descriptorType, descriptorLength)); in logDescriptorName()