Searched refs:setCurrentFunctions (Results 1 – 7 of 7) sorted by relevance
65 private void setCurrentFunctions(long functions) { in setCurrentFunctions() method in UsbManagerTestLib66 mUsbManagerMock.setCurrentFunctions(functions); in setCurrentFunctions()74 mUsbManagerSys.setCurrentFunctions(functions); in setCurrentFunctionsSys()78 setCurrentFunctions(functions); in testSetGetCurrentFunctions_Matched()95 setCurrentFunctions(functions); in testSetCurrentFunctionsMock_Matched()97 verify(mMockUsbService).setCurrentFunctions(eq(functions), operationId); in testSetCurrentFunctionsMock_Matched()119 setCurrentFunctions(functions); in testSetCurrentFunctionsEx()121 verify(mMockUsbService).setCurrentFunctions(eq(functions), operationId); in testSetCurrentFunctionsEx()
131 void setCurrentFunctions(long functions, int operationId); in setCurrentFunctions() method
103 usbMgr.setCurrentFunctions(UsbManager.usbFunctionsFromString( in run()
669 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbService673 mDeviceManager.setCurrentFunctions(functions, operationId); in setCurrentFunctions()678 setCurrentFunctions(UsbManager.usbFunctionsFromString(functions), operationId); in setCurrentFunction()
489 setCurrentFunctions(functions, operationId); in startAccessoryMode()2546 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbDeviceManager
6797 … @RequiresPermission(android.Manifest.permission.MANAGE_USB) public void setCurrentFunctions(long);
22262 Landroid/hardware/usb/IUsbManager$Stub$Proxy;->setCurrentFunctions(J)V22320 Landroid/hardware/usb/IUsbManager;->setCurrentFunctions(J)V22424 Landroid/hardware/usb/UsbManager;->setCurrentFunctions(J)V