Searched defs:stopUsingNetworkFeature (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java181 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:BluetoothTetheringDataTracker
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java292 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:EthernetDataTracker
H A DConnectivityManager.java463 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityManager
465 return mService.stopUsingNetworkFeature(networkType, feature);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java935 stopUsingNetworkFeature(this, false);
944 stopUsingNetworkFeature(this, false);
1072 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityService
1092 return stopUsingNetworkFeature(u, true);
1095 if (VDBG) log("stopUsingNetworkFeature - not a live request, ignoring");
1100 private int stopUsingNetworkFeature(FeatureUser u, boolean ignoreDups) { method in class:ConnectivityService
1110 log("stopUsingNetworkFeature: net " + networkType + ": " + feature);
1115 log("stopUsingNetworkFeature: net " + networkType + ": " + feature +
1127 log("stopUsingNetworkFeature: this process has no outstanding requests" +
1144 if (VDBG) log("stopUsingNetworkFeature
[all...]

Completed in 79 milliseconds