Home | History | Annotate | Download | only in usb

Lines Matching refs:setCurrentFunctions

298      * Code for the charging usb function. Passed into {@link #setCurrentFunctions(long)}
304 * Code for the mtp usb function. Passed as a mask into {@link #setCurrentFunctions(long)}
310 * Code for the ptp usb function. Passed as a mask into {@link #setCurrentFunctions(long)}
316 * Code for the rndis usb function. Passed as a mask into {@link #setCurrentFunctions(long)}
322 * Code for the midi usb function. Passed as a mask into {@link #setCurrentFunctions(long)}
678 public void setCurrentFunctions(long functions) {
680 mService.setCurrentFunctions(functions);
689 * @deprecated use setCurrentFunctions(long) instead.