HomeSort by relevance Sort by last modified time
    Searched full:tether (Results 1 - 25 of 47) sorted by null

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 84 // reverse-tether connection. A network interface for Bluetooth reverse-tethering can be
107 Slog.e(TAG, "attempted to reverse tether without interface name");
148 // reverse-tether network.
173 Slog.e(TAG, "attempted to reverse tether with empty interface");
178 Slog.e(TAG, "attempted to reverse tether while already in process");
192 Slog.e(TAG, "attempted to stop reverse tether with nothing tethered");
PanService.java 429 Log.e(TAG, "Error seting up tether interface");
445 // PANU Role = reverse Tether
533 int tetherStatus = cm.tether(iface);
  /frameworks/base/core/res/res/values-mcc311-mnc190/
config.xml 39 <item>Tether,broadband.cellular1.net,,,,,,,,,311,190,,DUN</item>
  /packages/apps/Settings/src/com/android/settings/
TetherProvisioningActivity.java 29 * Activity which acts as a proxy to the tether provisioning app for sanity checks and permission
TetherService.java 111 // Invalid tether type. Just ignore this request and report failure.
119 if (DEBUG) Log.d(TAG, "Adding tether " + type);
129 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index);
139 // Only set the alarm if we have one tether, meaning the one just added,
TetherSettings.java 123 return MetricsEvent.TETHER;
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 72 int tether(String iface);
ConnectivityManager.java 315 * gives a String[] listing all the interfaces we tried to tether and
400 * Extra used for communicating with the TetherService. True to schedule a recheck of tether
1977 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 108 assertTrue("tether state not changed", waitForTetherStateChange(LONG_TIMEOUT));
  /system/netd/server/
BandwidthController.h 218 * - The 1st tether is setup and there is a globalAlert active.
219 * - The last tether is removed and there is a globalAlert active.
CommandListener.cpp 557 NetdCommand("tether") {
627 "Unknown tether interface operation", false);
641 "Unknown tether interface operation", false);
645 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false);
651 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false);
653 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true);
    [all...]
BandwidthController.cpp 895 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
908 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
913 * tether, we are also done.
919 /* We only add the rule if this was the 1st tether added. */
960 /* We only detete the rule if this was the last tether removed. */
    [all...]
NatController.cpp 181 * it unconditionally jumps to the tether counters chain all the time.
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 146 // {@link ComponentName} of the Service used to run tether provisioning.
395 * @return a boolean - {@code true} indicating tether provisioning is required by the carrier.
446 Log.w(TAG, "Invalid tether type.");
593 public int tether(String iface) { method in class:Tethering
598 Log.e(TAG, "Tried to Tether an unknown iface: " + iface + ", ignoring");
604 Log.e(TAG, "Tried to Tether an unavailable iface: " + iface + ", ignoring");
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 154 * Summary on enable is handled by tether
  /frameworks/base/packages/SettingsLib/res/values-tl/
strings.xml 90 <string name="tether_settings_title_usb" msgid="6688416425801386511">"Pag-tether sa USB"</string>
92 <string name="tether_settings_title_bluetooth" msgid="355855408317564420">"Pag-tether ng Bluetooth"</string>
93 <string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"Nagte-tether"</string>
94 <string name="tether_settings_title_all" msgid="8356136101061143841">"Pag-tether at portable hotspot"</string>
    [all...]
  /system/core/include/private/
android_filesystem_config.h 96 #define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 59 // request from the user that it wants to tether
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 363 // Stub out prefs to control the persisted tether type list.
  /tools/test/connectivity/acts/tests/google/wifi/
WifiSoftApTest.py 135 # We do have a sim. Make sure data is enabled so we can tether.
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 212 # Tether interface types defined in ConnectivityManager
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 97 Log.d("Tether state changed.");
    [all...]
  /frameworks/base/packages/SystemUI/res/values-tl/
strings.xml 51 <string name="bluetooth_tethered" msgid="7094101612161133267">"Na-tether ang bluetooth"</string>
157 <string name="accessibility_bluetooth_tether" msgid="4102784498140271969">"Pag-tether ng Bluetooth."</string>
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java 718 * Stop triggered internally, either tether notification
    [all...]

Completed in 1323 milliseconds

1 2