Searched refs:isTetheringSupported (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl64 boolean isTetheringSupported();
H A DConnectivityManager.java462 public boolean isTetheringSupported() { method in class:ConnectivityManager
464 return mService.isTetheringSupported();
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1464 if (isTetheringSupported()) {
1475 if (isTetheringSupported()) {
1486 if (isTetheringSupported()) {
1496 if (isTetheringSupported()) {
1505 if (isTetheringSupported()) {
1532 public boolean isTetheringSupported() { method in class:ConnectivityService
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java313 if (!service.isTetheringSupported()) return;

Completed in 265 milliseconds