OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBluetoothTethering
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothPan.aidl
29
void
setBluetoothTethering
(boolean value);
BluetoothPan.java
334
public void
setBluetoothTethering
(boolean value) {
335
if (DBG) log("
setBluetoothTethering
(" + value + ")");
337
mPanService.
setBluetoothTethering
(value);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
267
public void
setBluetoothTethering
(boolean value) {
270
Log.d(TAG, "
setBluetoothTethering
: " + value +", mTetherOn: " + service.mTetherOn);
271
service.
setBluetoothTethering
(value);
326
void
setBluetoothTethering
(boolean value) {
327
if(DBG) Log.d(TAG, "
setBluetoothTethering
: " + value +", mTetherOn: " + mTetherOn);
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
244
bluetoothPan.
setBluetoothTethering
(true);
490
if (bluetoothPan != null) bluetoothPan.
setBluetoothTethering
(true);
543
if (bluetoothPan != null) bluetoothPan.
setBluetoothTethering
(false);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
710
mPan.
setBluetoothTethering
(true);
728
mPan.
setBluetoothTethering
(false);
[
all
...]
Completed in 73 milliseconds