Searched refs:getCurrentFunctions (Results 1 – 8 of 8) sorted by relevance
61 private long getCurrentFunctions() { in getCurrentFunctions() method in UsbManagerTestLib62 return mUsbManagerMock.getCurrentFunctions(); in getCurrentFunctions()70 return mUsbManagerSys.getCurrentFunctions(); in getCurrentFunctionsSys()79 assertEquals("CurrentFunctions mismatched: ", functions, getCurrentFunctions()); in testSetGetCurrentFunctions_Matched()84 when(mMockUsbService.getCurrentFunctions()).thenReturn(functions); in testGetCurrentFunctionsMock_Matched()86 assertEquals("CurrentFunctions mismatched: ", functions, getCurrentFunctions()); in testGetCurrentFunctionsMock_Matched()112 getCurrentFunctions(); in testGetCurrentFunctionsEx()114 verify(mMockUsbService).getCurrentFunctions(); in testGetCurrentFunctionsEx()
138 long getCurrentFunctions(); in getCurrentFunctions() method
1233 public long getCurrentFunctions() { in getCurrentFunctions() method in UsbManager1235 return mService.getCurrentFunctions(); in getCurrentFunctions()
112 UsbManager.usbFunctionsToString(usbMgr.getCurrentFunctions())); in run()
683 return (getCurrentFunctions() & UsbManager.usbFunctionsFromString(function)) != 0; in isFunctionEnabled()688 public long getCurrentFunctions() { in getCurrentFunctions() method in UsbService691 return mDeviceManager.getCurrentFunctions(); in getCurrentFunctions()
459 long functions = getCurrentFunctions(); in resetAccessoryHandshakeTimeoutHandler()2490 public long getCurrentFunctions() { in getCurrentFunctions() method in UsbDeviceManager
6791 …thod @RequiresPermission(android.Manifest.permission.MANAGE_USB) public long getCurrentFunctions();
22243 Landroid/hardware/usb/IUsbManager$Stub$Proxy;->getCurrentFunctions()J22303 Landroid/hardware/usb/IUsbManager;->getCurrentFunctions()J22418 Landroid/hardware/usb/UsbManager;->getCurrentFunctions()J