OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothtethered
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
403
int
bluetoothTethered
= bluetoothPan.getConnectedDevices().size();
404
if (
bluetoothTethered
> 1) {
407
bluetoothTethered
);
409
} else if (
bluetoothTethered
== 1) {
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
390
boolean
bluetoothTethered
= false;
407
bluetoothTethered
= true;
429
if (wifiTethered ||
bluetoothTethered
) {
435
if (
bluetoothTethered
) {
440
} else if (
bluetoothTethered
) {
[
all
...]
Completed in 242 milliseconds