Searched refs:feature (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl43 int startUsingNetworkFeature(int networkType, in String feature,
46 int stopUsingNetworkFeature(int networkType, in String feature);
H A DConnectivityManager.java265 * begin using the named feature. The interpretation of {@code feature}
268 * @param feature the name of the feature to be used
271 * implementation+feature combination, except that the value {@code -1}
274 public int startUsingNetworkFeature(int networkType, String feature) { argument
276 return mService.startUsingNetworkFeature(networkType, feature,
285 * using the named feature. The interpretation of {@code feature}
288 * @param feature th
294 stopUsingNetworkFeature(int networkType, String feature) argument
[all...]
H A DNetworkStateTracker.java369 * begin using the named feature. The interpretation of {@code feature}
371 * @param feature the name of the feature to be used
376 * implementation+feature combination, except that the value {@code -1}
379 public abstract int startUsingNetworkFeature(String feature, int callingPid, int callingUid); argument
383 * using the named feature. The interpretation of {@code feature}
385 * @param feature the name of the feature tha
393 stopUsingNetworkFeature(String feature, int callingPid, int callingUid) argument
[all...]
H A DMobileDataStateTracker.java417 * begin using the named feature. The only supported features at
421 * @param feature the name of the feature to be used
425 * The interpretation of this value is feature-specific.
436 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
442 * using the named feature. The only supported feature at
445 * @param feature the name of the feature that is no longer needed
449 * The interpretation of this value is feature
452 stopUsingNetworkFeature(String feature, int callingPid, int callingUid) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java484 FeatureUser(int type, String feature, IBinder binder) { argument
487 mFeature = feature;
525 public int startUsingNetworkFeature(int networkType, String feature, argument
529 ": " + feature);
537 FeatureUser f = new FeatureUser(networkType, feature, binder);
546 if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_MMS)) {
548 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_SUPL)) {
550 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_DUN)) {
552 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_HIPRI)) {
607 return network.startUsingNetworkFeature(feature,
615 stopUsingNetworkFeature(int networkType, String feature) argument
[all...]
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataNode.java567 public boolean isSupported(String feature, String version) { argument
596 * However, when the Document supports the feature "HTML" [DOM Level 2
854 * APIs of the specified feature and version, as specified in. The
861 * @param feature
862 * the name of the feature requested. Note that any plus sign "+"
863 * prepended to the name of the feature will be ignored since it
866 * this is the version number of the feature to test.
868 * feature and version, if any, or null if there is no object which
869 * implements interfaces associated with that feature. If the
875 public Object getFeature(String feature, Strin argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java2056 * @param feature the name of the feature
2059 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
2066 * @param feature the name of the feature
2069 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument

Completed in 102 milliseconds