OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLastTetherError
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/net/
IConnectivityManager.aidl
78
int
getLastTetherError
(String iface);
ConnectivityManager.java
738
public int
getLastTetherError
(String iface) {
740
return mService.
getLastTetherError
(iface);
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
364
usbError = cm.
getLastTetherError
(s);
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
/frameworks/base/services/java/com/android/server/connectivity/
Tethering.java
337
public int
getLastTetherError
(String iface) {
343
Log.e(TAG, "Tried to
getLastTetherError
on an unknown iface :" + iface + ", ignoring");
[
all
...]
Completed in 52 milliseconds