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

  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 80 int tether(String iface);
ConnectivityManager.java 238 * gives a String[] listing all the interfaces we tried to tether and
943 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /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 814 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
827 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
832 * tether, we are also done.
838 /* We only add the rule if this was the 1st tether added. */
879 /* We only detete the rule if this was the last tether removed. */
    [all...]
CommandListener.cpp 530 NetdCommand("tether") {
603 "Unknown tether interface operation", false);
612 "Unknown tether interface operation", false);
616 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false);
622 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false);
624 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 327 public int tether(String iface) { method in class:Tethering
334 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
338 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
538 int result = (enable ? tether(iface) : untether(iface));
750 // notification from the master SM that it's not in tether mode
752 // request from the user that it wants to tether
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 313 Log.e(TAG, "attempted to reverse tether with empty interface");
318 Log.e(TAG, "attempted to reverse tether while already in process");
358 Log.e(TAG, "attempted to stop reverse tether with nothing tethered");
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 801 // cmd is "tether start first_start first_stop second_start second_stop ..."
804 final Command cmd = new Command("tether", "start");
820 mConnector.execute("tether", "stop");
832 event = mConnector.execute("tether", "status");
846 mConnector.execute("tether", "interface", "add", iface);
    [all...]
ConnectivityService.java 3003 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 436 if (ifaceAddr == null) Log.e(TAG, "Error seting up tether interface");
445 // PANU Role = reverse Tether
533 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 176 * Tether state change notification time out
180 /* Tracks sequence number on a tether notification time out */
265 /* Invoked when getting a tether state change notification */
267 /* A delayed message sent to indicate tether state change failed to arrive */
472 /* 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>
136 <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 3202 milliseconds