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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java197 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:BluetoothTetheringDataTracker
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java327 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:EthernetDataTracker
H A DConnectivityManager.java527 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityManager
529 return mService.stopUsingNetworkFeature(networkType, feature);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1040 stopUsingNetworkFeature(this, false);
1049 stopUsingNetworkFeature(this, false);
1214 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityService
1234 return stopUsingNetworkFeature(u, true);
1237 if (VDBG) log("stopUsingNetworkFeature - not a live request, ignoring");
1242 private int stopUsingNetworkFeature(FeatureUser u, boolean ignoreDups) { method in class:ConnectivityService
1252 log("stopUsingNetworkFeature: net " + networkType + ": " + feature);
1257 log("stopUsingNetworkFeature: net " + networkType + ": " + feature +
1269 log("stopUsingNetworkFeature: this process has no outstanding requests" +
1286 if (VDBG) log("stopUsingNetworkFeature
[all...]

Completed in 2219 milliseconds