Loading services/usb/java/com/android/server/usb/UsbPortManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ public class UsbPortManager { public UsbPortManager(Context context) { mContext = context; try { boolean ret = IServiceManager.getService("manager") boolean ret = IServiceManager.getService() .registerForNotifications("android.hardware.usb@1.0::IUsb", "", mServiceNotification); if (!ret) { Loading Loading
services/usb/java/com/android/server/usb/UsbPortManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ public class UsbPortManager { public UsbPortManager(Context context) { mContext = context; try { boolean ret = IServiceManager.getService("manager") boolean ret = IServiceManager.getService() .registerForNotifications("android.hardware.usb@1.0::IUsb", "", mServiceNotification); if (!ret) { Loading