OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tether
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/net/
IConnectivityManager.aidl
74
int
tether
(String iface);
ConnectivityManager.java
634
public int
tether
(String iface) {
method in class:ConnectivityManager
636
return mService.
tether
(iface);