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 75 int tether(String iface);
ConnectivityManager.java 665 public int tether(String iface) { method in class:ConnectivityManager
667 return mService.tether(iface);
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 271 if (ifaceAddr == null) Log.e(TAG, "Error seting up tether interface");
279 // PANU Role = reverse Tether
391 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 321 public int tether(String iface) { method in class:Tethering
328 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
332 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
521 int result = (enable ? tether(iface) : untether(iface));
733 // notification from the master SM that it's not in tether mode
735 // request from the user that it wants to tether
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 2569 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 179 * Tether state change notification time out
183 /* Tracks sequence number on a tether notification time out */
283 /* Invoked when getting a tether state change notification */
285 /* A delayed message sent to indicate tether state change failed to arrive */
482 /* Soft ap is running and we are waiting for tether notification */
    [all...]

Completed in 352 milliseconds