Home
last modified time | relevance | path

Searched refs:supportedFeatures (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DSdpMnsRecord.java31 int supportedFeatures, in SdpMnsRecord() argument
35 mSupportedFeatures = supportedFeatures; in SdpMnsRecord()
DSdpPseRecord.java33 int supportedFeatures, in SdpPseRecord() argument
39 mSupportedFeatures = supportedFeatures; in SdpPseRecord()
DSdpMasRecord.java42 int supportedFeatures, in SdpMasRecord() argument
49 mSupportedFeatures = supportedFeatures; in SdpMasRecord()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java643 long supportedFeatures = mWifiNative.getSupportedFeatureSet(ifaceName); in getLowLatencyModeSupport() local
644 if (supportedFeatures != 0) { in getLowLatencyModeSupport()
645 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1549 long supportedFeatures = in testGetSupportedFeatures() local
1554 .thenReturn(Long.valueOf(supportedFeatures)); in testGetSupportedFeatures()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1721 private long testGetSupportedFeaturesCase(long supportedFeatures, boolean rttDisabled) { in testGetSupportedFeaturesCase() argument
1724 reply.obj = Long.valueOf(supportedFeatures); in testGetSupportedFeaturesCase()