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.java645 long supportedFeatures = mWifiNative.getSupportedFeatureSet(ifaceName); in getLowLatencyModeSupport() local
646 if (supportedFeatures != 0) { in getLowLatencyModeSupport()
647 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1539 long supportedFeatures = in testGetSupportedFeatures() local
1544 .thenReturn(Long.valueOf(supportedFeatures)); in testGetSupportedFeatures()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1841 private long testGetSupportedFeaturesCase(long supportedFeatures, boolean rttDisabled) { in testGetSupportedFeaturesCase() argument
1844 reply.obj = Long.valueOf(supportedFeatures); in testGetSupportedFeaturesCase()