Home
last modified time | relevance | path

Searched refs:removeFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
DFakeExecutorTest.java287 Runnable removeFunction; in testRemoval_single() local
296 removeFunction = fakeExecutor.executeDelayed(runnable, 200); in testRemoval_single()
301 removeFunction.run(); in testRemoval_single()
312 removeFunction.run(); in testRemoval_single()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1995 functions = removeFunction(functions, UsbManager.USB_FUNCTION_ADB); in applyAdbFunction()
2087 private static String removeFunction(String functions, String function) { in removeFunction() method in UsbDeviceManager.UsbHandlerLegacy