Loading services/usb/java/com/android/server/usb/UsbDeviceManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class UsbDeviceManager implements ActivityManagerInternal.ScreenObserver && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE, && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_DEVICE) UsbPort.DATA_ROLE_DEVICE) && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SINK, && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SINK, UsbPort.DATA_ROLE_HOST); UsbPort.DATA_ROLE_DEVICE); args.recycle(); args.recycle(); updateUsbNotification(false); updateUsbNotification(false); Loading Loading
services/usb/java/com/android/server/usb/UsbDeviceManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class UsbDeviceManager implements ActivityManagerInternal.ScreenObserver && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE, && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_DEVICE) UsbPort.DATA_ROLE_DEVICE) && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SINK, && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SINK, UsbPort.DATA_ROLE_HOST); UsbPort.DATA_ROLE_DEVICE); args.recycle(); args.recycle(); updateUsbNotification(false); updateUsbNotification(false); Loading