Searched refs:managerService (Results 1 – 4 of 4) sorted by relevance
116 @NonNull Context context, @NonNull IThreadNetworkManager managerService) { in ThreadNetworkManager() argument117 this(context, makeControllers(managerService)); in ThreadNetworkManager()121 @NonNull IThreadNetworkManager managerService) { in makeControllers()122 requireNonNull(managerService, "managerService cannot be null"); in makeControllers()127 controllerServices = managerService.getAllThreadNetworkControllers(); in makeControllers()
104 IThreadNetworkManager managerService = in registerServiceWrappers()106 return new ThreadNetworkManager(context, managerService); in registerServiceWrappers()
215 BluetoothShellCommand(BluetoothManagerService managerService) { in BluetoothShellCommand() argument216 mManagerService = managerService; in BluetoothShellCommand()
1104 BluetoothAdapter(IBluetoothManager managerService, AttributionSource attributionSource) { in BluetoothAdapter() argument1105 mManagerService = requireNonNull(managerService); in BluetoothAdapter()