OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothManager
(Results
1 - 9
of
9
) sorted by null
/packages/services/Telephony/src/com/android/phone/
AudioRouter.java
48
private final BluetoothManager
mBluetoothManager
;
59
mBluetoothManager
= bluetoothManager;
130
if (
mBluetoothManager
.isBluetoothAvailable()) {
213
if (!
mBluetoothManager
.isBluetoothHeadsetAudioOn()) {
270
if (
mBluetoothManager
.isBluetoothAvailable()) {
271
final boolean isAlreadyOn =
mBluetoothManager
.isBluetoothAudioConnected();
274
mBluetoothManager
.connectBluetoothAudio();
276
mBluetoothManager
.disconnectBluetoothAudio();
296
mBluetoothManager
.addBluetoothIndicatorListener(this);
308
if (
mBluetoothManager
.showBluetoothIndication())
[
all
...]
Ringer.java
58
private final BluetoothManager
mBluetoothManager
;
88
mBluetoothManager
= bluetoothManager;
155
if (
mBluetoothManager
.showBluetoothIndication()) {
OtaUtils.java
167
private final BluetoothManager
mBluetoothManager
;
218
mBluetoothManager
= bluetoothManager;
564
if (state &&
mBluetoothManager
.isBluetoothAvailable()
565
&&
mBluetoothManager
.isBluetoothAudioConnected()) {
566
mBluetoothManager
.disconnectBluetoothAudio();
[
all
...]
CallNotifier.java
169
private final BluetoothManager
mBluetoothManager
;
196
mBluetoothManager
= bluetoothManager;
709
mBluetoothManager
.updateBluetoothIndication();
[
all
...]
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
45
private BluetoothManager
mBluetoothManager
;
185
if (
mBluetoothManager
== null) {
186
mBluetoothManager
= (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187
if (
mBluetoothManager
== null) {
193
mBluetoothAdapter =
mBluetoothManager
.getAdapter();
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
45
private BluetoothManager
mBluetoothManager
;
185
if (
mBluetoothManager
== null) {
186
mBluetoothManager
= (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187
if (
mBluetoothManager
== null) {
193
mBluetoothAdapter =
mBluetoothManager
.getAdapter();
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
45
private BluetoothManager
mBluetoothManager
;
185
if (
mBluetoothManager
== null) {
186
mBluetoothManager
= (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187
if (
mBluetoothManager
== null) {
193
mBluetoothAdapter =
mBluetoothManager
.getAdapter();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java
100
private BluetoothManager
mBluetoothManager
;
110
mBluetoothManager
= (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
111
mBluetoothAdapter =
mBluetoothManager
.getAdapter();
BleServerService.java
78
private BluetoothManager
mBluetoothManager
;
90
mBluetoothManager
= (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
91
mGattServer =
mBluetoothManager
.openGattServer(this, mCallbacks);
Completed in 287 milliseconds