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

  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 78 int tether(String iface);
ConnectivityManager.java 238 * gives a String[] listing all the interfaces we tried to tether and
920 public int tether(String iface) { method in class:ConnectivityManager
    [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/services/java/com/android/server/connectivity/
Tethering.java 326 public int tether(String iface) { method in class:Tethering
333 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
337 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
535 int result = (enable ? tether(iface) : untether(iface));
747 // notification from the master SM that it's not in tether mode
749 // request from the user that it wants to tether
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 2905 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /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...]

Completed in 220 milliseconds