Searched refs:removeFunction (Results 1 – 2 of 2) sorted by relevance
287 Runnable removeFunction; in testRemoval_single() local296 removeFunction = fakeExecutor.executeDelayed(runnable, 200); in testRemoval_single()301 removeFunction.run(); in testRemoval_single()312 removeFunction.run(); in testRemoval_single()
1995 functions = removeFunction(functions, UsbManager.USB_FUNCTION_ADB); in applyAdbFunction()2087 private static String removeFunction(String functions, String function) { in removeFunction() method in UsbDeviceManager.UsbHandlerLegacy