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

/frameworks/support/webkit/src/main/java/androidx/webkit/
H A DWebViewFeature.java78 * Feature for {@link #isFeatureSupported(String)}.
88 * Feature for {@link #isFeatureSupported(String)}.
96 * Feature for {@link #isFeatureSupported(String)}.
104 * Feature for {@link #isFeatureSupported(String)}.
113 * Feature for {@link #isFeatureSupported(String)}.
120 * Feature for {@link #isFeatureSupported(String)}.
127 * Feature for {@link #isFeatureSupported(String)}.
135 * Feature for {@link #isFeatureSupported(String)}.
142 * Feature for {@link #isFeatureSupported(String)}.
150 * Feature for {@link #isFeatureSupported(Strin
268 public static boolean isFeatureSupported(@NonNull @WebViewSupportFeature String feature) { method in class:WebViewFeature
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java479 public final boolean isFeatureSupported(String name) { method in class:MediaCodecInfo.CodecCapabilities
637 if ((yesNo == 1 && !isFeatureSupported(feat.mName)) ||
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1479 private boolean isFeatureSupported(int feature) { method in class:WifiManager
1486 return isFeatureSupported(WIFI_FEATURE_INFRA_5G);
1494 return isFeatureSupported(WIFI_FEATURE_PASSPOINT);
1501 return isFeatureSupported(WIFI_FEATURE_P2P);
1510 return isFeatureSupported(WIFI_FEATURE_MOBILE_HOTSPOT);
1519 return isFeatureSupported(WIFI_FEATURE_SCANNER);
1527 return isFeatureSupported(WIFI_FEATURE_AWARE);
1536 return isFeatureSupported(WIFI_FEATURE_D2D_RTT);
1544 return isFeatureSupported(WIFI_FEATURE_D2AP_RTT);
1551 return isFeatureSupported(WIFI_FEATURE_PN
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 166 milliseconds