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

/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java452 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:MobileDataStateTracker
H A DConnectivityManager.java294 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityManager
296 return mService.stopUsingNetworkFeature(networkType, feature);
H A DNetworkStateTracker.java393 public abstract int stopUsingNetworkFeature(String feature, int callingPid, int callingUid); method in class:NetworkStateTracker
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java508 stopUsingNetworkFeature(this, false);
515 stopUsingNetworkFeature(this, false);
615 public int stopUsingNetworkFeature(int networkType, String feature) { method in class:ConnectivityService
637 return stopUsingNetworkFeature(u, true);
640 if (DBG) Slog.d(TAG, "ignoring stopUsingNetworkFeature - not a live request");
645 private int stopUsingNetworkFeature(FeatureUser u, boolean ignoreDups) { method in class:ConnectivityService
655 Slog.d(TAG, "stopUsingNetworkFeature for net " + networkType +
686 if (DBG) Slog.d(TAG, "ignoring stopUsingNetworkFeature as dup is found");
728 return tracker.stopUsingNetworkFeature(feature, pid, uid);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java2069 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { method in class:WifiStateTracker

Completed in 910 milliseconds