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

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java87 private boolean isBlackListed(String deviceName) { method in class:UsbHostManager
98 private boolean isBlackListed(int clazz, int subClass, int protocol) { method in class:UsbHostManager
139 if (isBlackListed(deviceName) ||
140 isBlackListed(deviceClass, deviceSubclass, deviceProtocol)) {
272 if (isBlackListed(deviceName)) {

Completed in 1594 milliseconds