Searched refs:uwbService (Results 1 – 5 of 5) sorted by relevance
38 public UwbControleeClient(RangingControlee rangingControlee, UwbServiceImpl uwbService) { in UwbControleeClient() argument39 super(rangingControlee, uwbService); in UwbControleeClient()
39 public UwbControllerClient(RangingController rangingController, UwbServiceImpl uwbService) { in UwbControllerClient() argument40 super(rangingController, uwbService); in UwbControllerClient()
48 protected UwbClient(RangingDevice device, UwbServiceImpl uwbService) { in UwbClient() argument50 mUwbService = uwbService; in UwbClient()
237 public UwbShellCommand makeUwbShellCommand(UwbServiceImpl uwbService) { in makeUwbShellCommand() argument238 return new UwbShellCommand(this, uwbService, mContext); in makeUwbShellCommand()
245 UwbShellCommand(UwbInjector uwbInjector, UwbServiceImpl uwbService, Context context) { in UwbShellCommand() argument247 mUwbService = uwbService; in UwbShellCommand()