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

  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 76 int tether(String iface);
ConnectivityManager.java 705 public int tether(String iface) { method in class:ConnectivityManager
707 return mService.tether(iface);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 131 * If needed, restore Wifi on tether disable
188 * Summary on enable is handled by tether
  /system/netd/
BandwidthController.h 157 * - The 1st tether is setup and there is a globalAlert active.
158 * - The last tether is removed and there is a globalAlert active.
BandwidthController.cpp 812 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
825 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
830 * tether, we are also done.
836 /* We only add the rule if this was the 1st tether added. */
877 /* We only detete the rule if this was the last tether removed. */
    [all...]
CommandListener.cpp 628 NetdCommand("tether") {
698 "Unknown tether interface operation", false);
713 "Unknown tether interface operation", false);
717 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false);
723 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false);
725 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true);
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 797 // cmd is "tether start first_start first_stop second_start second_stop ..."
800 final Command cmd = new Command("tether", "start");
816 mConnector.execute("tether", "stop");
828 event = mConnector.execute("tether", "status");
843 // cmd is "tether start first_start first_stop second_start second_stop ..."
845 String cmd = "tether start-reverse";
    [all...]
ConnectivityService.java 2835 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 325 public int tether(String iface) { method in class:Tethering
332 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
336 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
534 int result = (enable ? tether(iface) : untether(iface));
746 // notification from the master SM that it's not in tether mode
748 // request from the user that it wants to tether
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 385 if (ifaceAddr == null) Log.e(TAG, "Error seting up tether interface");
394 // PANU Role = reverse Tether
495 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 174 * Tether state change notification time out
178 /* Tracks sequence number on a tether notification time out */
280 /* Invoked when getting a tether state change notification */
282 /* A delayed message sent to indicate tether state change failed to arrive */
499 /* Soft ap is running and we are waiting for tether notification */
    [all...]
  /frameworks/base/packages/SystemUI/res/values-tl/
strings.xml 49 <string name="bluetooth_tethered" msgid="7094101612161133267">"Na-tether ang bluetooth"</string>
135 <string name="accessibility_bluetooth_tether" msgid="4102784498140271969">"Pag-tether ng Bluetooth."</string>
  /packages/apps/Settings/res/values-tl/
strings.xml     [all...]
  /external/replicaisland/res/values/
strings.xml 357 My progress has been arrested by the insane creatures that inhabit this island. Some of them are so normal they might have migrated here after the island was formed. But the rest are clearly products of The Source running unchecked; they do not bear even the slightest resemblance to the children of Mother Nature. This island is a facsimile, a replica of bits and pieces of the world, twisted and grown from nothing, sprouting in every direction. It is power in its purest form, writhing in the sea without tether.\n
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /packages/apps/Settings/res/values-en-rGB/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-tl/
strings.xml     [all...]

Completed in 871 milliseconds