HomeSort by relevance Sort by last modified time
    Searched full:bluetoothmanager (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothManagerCallback.aidl 22 * API for Communication between BluetoothAdapter and BluetoothManager
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) {
BluetoothGattServer.java 660 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
667 throw new UnsupportedOperationException("Use BluetoothManager#getConnectionState instead.");
671 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
679 ("Use BluetoothManager#getConnectedDevices instead.");
684 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
692 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
BluetoothGatt.java     [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/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();
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.");
  /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();
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.");
  /packages/services/Telephony/src/com/android/phone/
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;
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);
WiredHeadsetManager.java 91 * Receiver for misc intent broadcasts the BluetoothManager cares about.
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 333 final BluetoothManager btManager = app.getBluetoothManager();
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 257 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(this);
259 bluetoothManager.getCachedDeviceManager();
263 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(),
264 bluetoothManager.getProfileManager(),
BluetoothPermissionRequest.java 178 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(mContext);
180 bluetoothManager.getCachedDeviceManager();
184 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(),
185 bluetoothManager.getProfileManager(), mDevice);
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 198 an instance of {@link android.bluetooth.BluetoothManager}, which is then
200 {@link android.bluetooth.BluetoothManager}:</p>
203 final BluetoothManager bluetoothManager =
204 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
205 mBluetoothAdapter = bluetoothManager.getAdapter();
347 private BluetoothManager mBluetoothManager;
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.bluetooth.html 140 <A NAME="BluetoothManager"></A>
141 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothManager.html" target="_top"><code>BluetoothManager</code></A></nobr>
classes_index_additions.html 97 <A HREF="pkg_android.bluetooth.html#BluetoothManager" class="hiddenlink" target="rightframe"><b>BluetoothManager</b></A><br>
alldiffs_index_additions.html 194 <!-- Class BluetoothManager -->
195 <A HREF="pkg_android.bluetooth.html#BluetoothManager" class="hiddenlink" target="rightframe"><b>BluetoothManager</b></A><br>
    [all...]
classes_index_all.html 127 <A HREF="pkg_android.bluetooth.html#BluetoothManager" class="hiddenlink" target="rightframe"><b>BluetoothManager</b></A><br>
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.3.jd 374 android.bluetooth.BluetoothManager} class that you should use for some high level operations
379 final BluetoothManager bluetoothManager =
380 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
381 mBluetoothAdapter = bluetoothManager.getAdapter();
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 23 import android.bluetooth.BluetoothManager;
350 return new BluetoothManager(ctx);
    [all...]

Completed in 5980 milliseconds

1 2