Merge "Add the USB device parameter to usb stylus feature preference provider." into udc-qpr-dev
This commit is contained in:
@@ -157,7 +157,7 @@ public class StylusUsbFirmwareControllerTest {
|
||||
when(mFeatureFactory.getStylusFeatureProvider()
|
||||
.isUsbFirmwareUpdateEnabled(any())).thenReturn(true);
|
||||
when(mFeatureFactory.getStylusFeatureProvider()
|
||||
.getUsbFirmwareUpdatePreferences(any()))
|
||||
.getUsbFirmwareUpdatePreferences(any(), any()))
|
||||
.thenReturn(Collections.singletonList(mock(Preference.class)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user