Searched refs:bluetoothManager (Results 1 – 11 of 11) sorted by relevance
57 BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in createInstance() local59 bluetoothManager != null ? bluetoothManager.getAdapter() : null; in createInstance()
113 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() argument114 BluetoothAdapter adapter = bluetoothManager.getAdapter(); in isBluetoothConnected()116 return bluetoothManager.getConnectedDevices(BluetoothProfile.GATT).size() > 0; in isBluetoothConnected()
192 LocalBluetoothManager bluetoothManager = mBluetoothManagerProvider.get(); in init() local193 if (bluetoothManager == null) { in init()200 mCachedDeviceManager = bluetoothManager.getCachedDeviceManager(); in init()201 mLocalBluetoothAdapter = bluetoothManager.getBluetoothAdapter(); in init()202 mProfileManager = bluetoothManager.getProfileManager(); in init()203 bluetoothManager.getEventManager().registerCallback(new BluetoothCallbackHandler()); in init()
119 BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in HapClientProfile() local120 if (bluetoothManager != null) { in HapClientProfile()121 mBluetoothAdapter = bluetoothManager.getAdapter(); in HapClientProfile()
174 LocalBluetoothManager bluetoothManager); in onBluetoothManagerInitialized() argument
2011 void setLocalBluetoothManager(LocalBluetoothManager bluetoothManager) { in setLocalBluetoothManager() argument2012 mBluetoothManager = bluetoothManager; in setLocalBluetoothManager()
73 final BluetoothManager bluetoothManager = mContext.getSystemService(BluetoothManager.class); in setUp() local75 Shadow.extract(bluetoothManager.getAdapter()); in setUp()
83 final BluetoothManager bluetoothManager = mContext.getSystemService(BluetoothManager.class); in setUp() local85 Shadow.extract(bluetoothManager.getAdapter()); in setUp()
708 final BluetoothManager bluetoothManager = in connectBluetoothBrailleDisplay() local710 final String bluetoothDeviceName = bluetoothManager == null ? null : in connectBluetoothBrailleDisplay()711 bluetoothManager.getAdapter().getBondedDevices().stream() in connectBluetoothBrailleDisplay()
731 static BluetoothAdapter provideBluetoothAdapter(BluetoothManager bluetoothManager) { in provideBluetoothAdapter() argument732 return bluetoothManager.getAdapter(); in provideBluetoothAdapter()
326 BluetoothStatsRetrieverImpl(BluetoothManager bluetoothManager) { in BluetoothStatsRetrieverImpl() argument327 mBluetoothManager = bluetoothManager; in BluetoothStatsRetrieverImpl()