Searched defs:usbBackend (Results 1 – 2 of 2) sorted by relevance
62 UsbBackend usbBackend = new UsbBackend(mContext, mUserRestrictionUtil); in constructor_noUsbPort_shouldNotCrash() local68 UsbBackend usbBackend = new UsbBackend(mContext, mUserRestrictionUtil); in getCurrentMode_shouldRegisterReceiverToGetUsbState() local
43 public UsbModePreferenceController(Context context, UsbBackend usbBackend) { in UsbModePreferenceController()