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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 532 public int tether(String iface) { method in class:ConnectivityServiceMock
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 130 // {@link ComponentName} of the Service used to run tether provisioning.
319 * @return a boolean - {@code true} indicating tether provisioning is required by the carrier.
371 Log.w(TAG, "Invalid tether type.");
524 public int tether(String iface) { method in class:Tethering
525 return tether(iface, IControlsTethering.STATE_TETHERED);
528 private int tether(String iface, int requestedState) { method in class:Tethering
533 Log.e(TAG, "Tried to Tether an unknown iface: " + iface + ", ignoring");
539 Log.e(TAG, "Tried to Tether an unavailable iface: " + iface + ", ignoring");
639 "tether", TextUtils.join(",", tetherList),
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 339 * gives a String[] listing all the interfaces we tried to tether and
424 * Extra used for communicating with the TetherService. True to schedule a recheck of tether
2006 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 2879 public int tether(String iface) { method in class:ConnectivityService
    [all...]

Completed in 236 milliseconds