Searched refs:setCurrentFunctions (Results 1 – 8 of 8) sorted by relevance
96 private void setCurrentFunctions(long functions) { in setCurrentFunctions() method in UsbManagerTestLib97 mUsbManagerMock.setCurrentFunctions(functions); in setCurrentFunctions()105 mUsbManagerSys.setCurrentFunctions(functions); in setCurrentFunctionsSys()137 setCurrentFunctions(functions); in testSetGetCurrentFunctions_Matched()154 setCurrentFunctions(functions); in testSetCurrentFunctionsMock_Matched()156 verify(mMockUsbService).setCurrentFunctions(eq(functions), eq(operationId)); in testSetCurrentFunctionsMock_Matched()178 setCurrentFunctions(functions); in testSetCurrentFunctionsEx()180 verify(mMockUsbService).setCurrentFunctions(eq(functions), eq(operationId)); in testSetCurrentFunctionsEx()
134 void setCurrentFunctions(long functions, int operationId); in setCurrentFunctions() method
1480 public void setCurrentFunctions(@UsbFunctionMode long functions) { in setCurrentFunctions() method in UsbManager1483 mService.setCurrentFunctions(functions, operationId); in setCurrentFunctions()
108 usbMgr.setCurrentFunctions(UsbManager.usbFunctionsFromString( in run()
697 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbService701 mDeviceManager.setCurrentFunctions(functions, operationId); in setCurrentFunctions()706 setCurrentFunctions(UsbManager.usbFunctionsFromString(functions), operationId); in setCurrentFunction()
551 setCurrentFunctions(functions, operationId); in startAccessoryMode()2656 public void setCurrentFunctions(long functions, int operationId) { in setCurrentFunctions() method in UsbDeviceManager
7172 … @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