Searched refs:isUsb (Results 1 – 10 of 10) sorted by relevance
109 boolean isUsb = keyIndex != -1; in parse()110 if (isUsb) { in parse()119 boolean isUsb() { in isUsb() method in AlsaCardsParser.AlsaCardRecord130 " usb:" + isUsb()); in log()202 if (cardRec.isUsb() && cardRec.mUsbDeviceAddress.equals(deviceAddress)) { in findCardNumFor()
128 } else if (isUsb()) { in getShortDescription()151 public boolean isUsb() { in isUsb() method in DiskInfo
133 public boolean isUsb(String iface) { in isUsb() method in TetheringConfiguration
224 } else if (disk != null && disk.isUsb()) { in updateVolumesLocked()
360 } else if (cfg.isUsb(iface)) { in ifaceNameToType()562 if (cfg.isUsb(iface)) { in sendTetherStateChangedBroadcast()
566 } else if (disk.isUsb()) { in getSmallIcon()
2172 } else if (diskInfo.isUsb()) { in pullExternalStorageInfo()2204 } else if (diskInfo.isUsb()) { in pullAppsOnExternalStorageInfo()
1463 if (vol.disk != null && vol.disk.isUsb()) { in isMountDisallowed()
2168 if (disk.isUsb()) { in getPackageExternalStorageType()
5693 HSPLcom/android/server/connectivity/tethering/TetheringConfiguration;->isUsb(Ljava/lang/String;)Z