Searched refs:setCurrentFunctions (Results 1 – 8 of 8) 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()
126 void setCurrentFunctions(long functions, int operationId); in setCurrentFunctions() method
1181 public void setCurrentFunctions(@UsbFunctionMode long functions) { in setCurrentFunctions() method in UsbManager1184 mService.setCurrentFunctions(functions, operationId); in setCurrentFunctions()
103 usbMgr.setCurrentFunctions(UsbManager.usbFunctionsFromString( in run()
629 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbService633 mDeviceManager.setCurrentFunctions(functions, operationId); in setCurrentFunctions()638 setCurrentFunctions(UsbManager.usbFunctionsFromString(functions), operationId); in setCurrentFunction()
486 setCurrentFunctions(functions, operationId); in startAccessoryMode()2420 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbDeviceManager
6050 … @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