Searched defs:containsFunction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java257 if (!containsFunction(functions, function)) {
289 private static boolean containsFunction(String functions, String function) { method in class:UsbDeviceManager
347 mAdbEnabled = containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_ADB);
567 boolean enabled = containsFunction(mCurrentFunctions,
599 if (containsFunction(mCurrentFunctions,
638 containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_MTP)
639 || containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_PTP);
660 if (containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_MTP)) {
662 } else if (containsFunction(mCurrentFunctions, UsbManager.USB_FUNCTION_PTP)) {
664 } else if (containsFunction(mCurrentFunction
[all...]

Completed in 7 milliseconds