Searched refs:isBlackListed (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java97 private boolean isBlackListed(String deviceName) { method in class:UsbHostManager
108 private boolean isBlackListed(int clazz, int subClass, int protocol) { method in class:UsbHostManager
191 if (isBlackListed(deviceName) ||
192 isBlackListed(deviceClass, deviceSubclass, deviceProtocol)) {
400 if (isBlackListed(deviceName)) {

Completed in 28 milliseconds