Home
last modified time | relevance | path

Searched refs:getSupportedFeatures (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlControllerStub.java127 int getSupportedFeatures(int portId) { in getSupportedFeatures() method in HdmiMhlControllerStub
/frameworks/base/core/java/android/bluetooth/
DSdpMnsRecord.java62 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMnsRecord
DSdpPseRecord.java66 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpPseRecord
DSdpMasRecord.java83 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMasRecord
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl46 int getSupportedFeatures(); in getSupportedFeatures() method
DWifiManager.java1387 private int getSupportedFeatures() {
1389 return mService.getSupportedFeatures();
1396 return (getSupportedFeatures() & feature) == feature;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1389 public int getSupportedFeatures() { in getSupportedFeatures() method in WifiServiceImpl
1415 if ((getSupportedFeatures() & WifiManager.WIFI_FEATURE_LINK_LAYER_STATS) == 0) { in reportActivityInfo()