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
56
private BluetoothPan
mBluetoothPan
;
106
mBluetoothPan
= (BluetoothPan) proxy;
109
mBluetoothPan
= null;
119
if (
mBluetoothPan
!= null) {
120
for (BluetoothDevice device:
mBluetoothPan
.getConnectedDevices()) {
121
mBluetoothPan
.disconnect(device);
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
88
private BluetoothPan
mBluetoothPan
;
150
if (
mBluetoothPan
!= null &&
mBluetoothPan
.isTetheringOn()) {
184
mBluetoothPan
= (BluetoothPan) proxy;
187
mBluetoothPan
= null;
274
mBluetoothPan
.setBluetoothTethering(true);
432
} else if (btState == BluetoothAdapter.STATE_ON &&
mBluetoothPan
.isTetheringOn()) {
509
mBluetoothPan
.setBluetoothTethering(true);
522
mBluetoothPan
.setBluetoothTethering(false);
Completed in 160 milliseconds