Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java204 int configurationCount = mConfigurations.length; in getInterfaceList() local
206 for (int i = 0; i < configurationCount; i++) { in getInterfaceList()
213 for (int i = 0; i < configurationCount; i++) { in getInterfaceList()