HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothTethered (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 411 int bluetoothTethered = 0;
414 if (s.matches(regex)) bluetoothTethered++;
435 if (bluetoothTethered > 1) {
437 R.string.bluetooth_tethering_devices_connected_subtext, bluetoothTethered);
439 } else if (bluetoothTethered == 1) {
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 364 boolean bluetoothTethered = false;
381 bluetoothTethered = true;
403 if (wifiTethered || bluetoothTethered) {
409 if (bluetoothTethered) {
414 } else if (bluetoothTethered) {
    [all...]

Completed in 20 milliseconds