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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 31 * with {@link Context#BLUETOOTH_SERVICE} to create an {@link BluetoothManager},
46 public final class BluetoothManager {
47 private static final String TAG = "BluetoothManager";
56 public BluetoothManager(Context context) {
  /packages/services/Telephony/src/com/android/phone/
AudioRouter.java 28 import com.android.phone.BluetoothManager.BluetoothIndicatorListener;
48 private final BluetoothManager mBluetoothManager;
56 public AudioRouter(Context context, BluetoothManager bluetoothManager,
59 mBluetoothManager = bluetoothManager;
190 public void onBluetoothIndicationChange(boolean isConnected, BluetoothManager btManager) {
BluetoothManager.java 45 public class BluetoothManager implements CallModeler.Listener {
46 private static final String LOG_TAG = BluetoothManager.class.getSimpleName();
68 public BluetoothManager(Context context, CallManager callManager, CallModeler callModeler) {
377 * Receiver for misc intent broadcasts the BluetoothManager cares about.
429 public void onBluetoothIndicationChange(boolean isConnected, BluetoothManager manager);
Ringer.java 58 private final BluetoothManager mBluetoothManager;
74 /* package */ static Ringer init(Context context, BluetoothManager bluetoothManager) {
77 sInstance = new Ringer(context, bluetoothManager);
86 private Ringer(Context context, BluetoothManager bluetoothManager) {
88 mBluetoothManager = bluetoothManager;
PhoneGlobals.java 171 private BluetoothManager bluetoothManager;
340 !bluetoothManager.isBluetoothHeadsetAudioOn()) {
477 bluetoothManager = new BluetoothManager(this, mCM, callModeler);
479 ringer = Ringer.init(this, bluetoothManager);
482 audioRouter = new AudioRouter(this, bluetoothManager, wiredHeadsetManager, mCM);
499 bluetoothManager, callModeler);
633 /* package */ BluetoothManager getBluetoothManager() {
634 return bluetoothManager;
    [all...]
CallNotifier.java 169 private final BluetoothManager mBluetoothManager;
177 BluetoothManager bluetoothManager, CallModeler callModeler) {
181 bluetoothManager, callModeler);
191 CallStateMonitor callStateMonitor, BluetoothManager bluetoothManager,
196 mBluetoothManager = bluetoothManager;
707 // TODO: Have BluetoothManager listen to CallModeler instead of relying on
    [all...]
OtaUtils.java 167 private final BluetoothManager mBluetoothManager;
213 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) {
218 mBluetoothManager = bluetoothManager;
    [all...]
PhoneUtils.java 292 final BluetoothManager btManager = app.getBluetoothManager();
740 final BluetoothManager btManager = app.getBluetoothManager();
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 27 import android.bluetooth.BluetoothManager;
45 private BluetoothManager mBluetoothManager;
184 // BluetoothManager.
186 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
188 Log.e(TAG, "Unable to initialize BluetoothManager.");
DeviceScanActivity.java 23 import android.bluetooth.BluetoothManager;
69 // BluetoothAdapter through BluetoothManager.
70 final BluetoothManager bluetoothManager =
71 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
72 mBluetoothAdapter = bluetoothManager.getAdapter();
  /frameworks/base/core/java/android/app/
ContextImpl.java 23 import android.bluetooth.BluetoothManager;
350 return new BluetoothManager(ctx);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2947 milliseconds