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 84 int tether(String iface);
ConnectivityManager.java 238 * gives a String[] listing all the interfaces we tried to tether and
984 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");
537 int result = (enable ? tether(iface) : untether(iface));
736 // notification from the master SM that it's not in tether mode
738 // request from the user that it wants to tether
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 3147 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 192 * Tether state change notification time out
196 /* Tracks sequence number on a tether notification time out */
327 /* Invoked when getting a tether state change notification */
329 /* A delayed message sent to indicate tether state change failed to arrive */
561 /* Soft ap is running and we are waiting for tether notification */
    [all...]

Completed in 280 milliseconds