OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBlackListed
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java
87
private boolean
isBlackListed
(String deviceName) {
98
private boolean
isBlackListed
(int clazz, int subClass, int protocol) {
139
if (
isBlackListed
(deviceName) ||
140
isBlackListed
(deviceClass, deviceSubclass, deviceProtocol)) {
272
if (
isBlackListed
(deviceName)) {
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar
Completed in 231 milliseconds