Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
558985 commits behind the upstream repository.
  • Avichal Rakesh's avatar
    022652f7
    Migrate UsbManager to reference AIDL USBGadget interface · 022652f7
    Avichal Rakesh authored
    UsbManager referenced the HIDL Gadget HAL interfaces for populating and
    documenting its fields. As the HIDL interfaces are now deprecated, this
    CL changes UsbManager to reference AIDL Gadget HAL interfaces instead.
    
    The fields cannot be initialized as `GadgetFunction.XYZ` because of
    b/243718774. So a javadoc reference has been added instead.
    
    Also does some formatting fixes for the lint gods.
    
    Test: Manually tested that USB gadgets are configured properly after
          the change
    Bug: 218791946
    Change-Id: I524bb44768f3ec947487bfe266bc79713e544004
    022652f7
    History
    Migrate UsbManager to reference AIDL USBGadget interface
    Avichal Rakesh authored
    UsbManager referenced the HIDL Gadget HAL interfaces for populating and
    documenting its fields. As the HIDL interfaces are now deprecated, this
    CL changes UsbManager to reference AIDL Gadget HAL interfaces instead.
    
    The fields cannot be initialized as `GadgetFunction.XYZ` because of
    b/243718774. So a javadoc reference has been added instead.
    
    Also does some formatting fixes for the lint gods.
    
    Test: Manually tested that USB gadgets are configured properly after
          the change
    Bug: 218791946
    Change-Id: I524bb44768f3ec947487bfe266bc79713e544004
Code owners
Assign users and groups as approvers for specific file changes. Learn more.