OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothPan
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java
72
private BluetoothPan
mBluetoothPan
;
124
mBluetoothPan
= (BluetoothPan) proxy;
127
mBluetoothPan
= null;
137
if (
mBluetoothPan
!= null) {
138
for (BluetoothDevice device:
mBluetoothPan
.getConnectedDevices()) {
139
mBluetoothPan
.disconnect(device);
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
84
private AtomicReference<BluetoothPan>
mBluetoothPan
= new AtomicReference<BluetoothPan>();
157
BluetoothPan pan =
mBluetoothPan
.get();
195
mBluetoothPan
.set((BluetoothPan) proxy);
198
mBluetoothPan
.set(null);
242
BluetoothPan bluetoothPan =
mBluetoothPan
.get();
398
BluetoothPan bluetoothPan =
mBluetoothPan
.get();
489
BluetoothPan bluetoothPan =
mBluetoothPan
.get();
542
BluetoothPan bluetoothPan =
mBluetoothPan
.get();
Completed in 29 milliseconds