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 72 int tether(String iface);
ConnectivityManager.java 315 * gives a String[] listing all the interfaces we tried to tether and
400 * Extra used for communicating with the TetherService. True to schedule a recheck of tether
1977 public int tether(String iface) { method in class:ConnectivityManager
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 429 Log.e(TAG, "Error seting up tether interface");
445 // PANU Role = reverse Tether
533 int tetherStatus = cm.tether(iface);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 146 // {@link ComponentName} of the Service used to run tether provisioning.
395 * @return a boolean - {@code true} indicating tether provisioning is required by the carrier.
446 Log.w(TAG, "Invalid tether type.");
593 public int tether(String iface) { method in class:Tethering
598 Log.e(TAG, "Tried to Tether an unknown iface: " + iface + ", ignoring");
604 Log.e(TAG, "Tried to Tether an unavailable iface: " + iface + ", ignoring");
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 611 public int tether(String iface) { method in class:ConnectivityServiceMock
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 2991 public int tether(String iface) { method in class:ConnectivityService
    [all...]

Completed in 242 milliseconds