HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothManager (Results 1 - 13 of 13) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 195 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(this);
197 bluetoothManager.getCachedDeviceManager();
200 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(),
201 bluetoothManager.getProfileManager(),
BluetoothPermissionRequest.java 196 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(mContext);
198 bluetoothManager.getCachedDeviceManager();
201 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(),
202 bluetoothManager.getProfileManager(), mDevice);
  /packages/services/Telephony/src/com/android/phone/
Ringer.java 66 private final BluetoothManager mBluetoothManager;
82 /* package */ static Ringer init(Context context, BluetoothManager bluetoothManager) {
85 sInstance = new Ringer(context, bluetoothManager);
94 private Ringer(Context context, BluetoothManager bluetoothManager) {
96 mBluetoothManager = bluetoothManager;
PhoneGlobals.java 143 private BluetoothManager bluetoothManager;
296 !bluetoothManager.isBluetoothHeadsetAudioOn()) {
391 bluetoothManager = new BluetoothManager();
400 bluetoothManager);
488 /* package */ BluetoothManager getBluetoothManager() {
489 return bluetoothManager;
    [all...]
CallNotifier.java 113 private final BluetoothManager mBluetoothManager;
121 BluetoothManager bluetoothManager) {
125 bluetoothManager);
135 CallStateMonitor callStateMonitor, BluetoothManager bluetoothManager) {
139 mBluetoothManager = bluetoothManager;
    [all...]
OtaUtils.java 166 private final BluetoothManager mBluetoothManager;
212 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) {
217 mBluetoothManager = bluetoothManager;
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 23 import android.bluetooth.BluetoothManager;
68 // BluetoothAdapter through BluetoothManager.
69 final BluetoothManager bluetoothManager =
70 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
71 mBluetoothAdapter = bluetoothManager.getAdapter();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 23 import android.bluetooth.BluetoothManager;
68 // BluetoothAdapter through BluetoothManager.
69 final BluetoothManager bluetoothManager =
70 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
71 mBluetoothAdapter = bluetoothManager.getAdapter();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java 23 import android.bluetooth.BluetoothManager;
68 // BluetoothAdapter through BluetoothManager.
69 final BluetoothManager bluetoothManager =
70 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
71 mBluetoothAdapter = bluetoothManager.getAdapter();
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 69 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management
72 public BluetoothLeAdvertiser(IBluetoothManager bluetoothManager) {
73 mBluetoothManager = bluetoothManager;
BluetoothLeScanner.java 63 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management.
66 public BluetoothLeScanner(IBluetoothManager bluetoothManager) {
67 mBluetoothManager = bluetoothManager;
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 37 private final BluetoothManager mBluetoothManager;
51 mBluetoothManager = new BluetoothManager(context, this);
225 void onBluetoothStateChange(BluetoothManager bluetoothManager) {
233 if (bluetoothManager.isBluetoothAudioConnectedOrPending()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 30 import android.bluetooth.BluetoothManager;
66 final BluetoothManager bluetoothManager =
67 (BluetoothManager) context.getSystemService(Context.BLUETOOTH_SERVICE);
68 mAdapter = bluetoothManager.getAdapter();

Completed in 545 milliseconds