OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tether
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
ConnectivityManager.java
634
public int
tether
(String iface) {
method in class:ConnectivityManager
636
return mService.
tether
(iface);
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
301
public int
tether
(String iface) {
method in class:Tethering
308
Log.e(TAG, "Tried to
Tether
an unknown iface :" + iface + ", ignoring");
312
Log.e(TAG, "Tried to
Tether
an unavailable iface :" + iface + ", ignoring");
500
int result = (enable ?
tether
(iface) : untether(iface));
706
// notification from the master SM that it's not in
tether
mode
708
// request from the user that it wants to
tether
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
2353
public int
tether
(String iface) {
method in class:ConnectivityService
[
all
...]
Completed in 200 milliseconds