Searched refs:supportedFeatures (Results 1 – 6 of 6) sorted by relevance
31 int supportedFeatures, in SdpMnsRecord() argument35 mSupportedFeatures = supportedFeatures; in SdpMnsRecord()
33 int supportedFeatures, in SdpPseRecord() argument39 mSupportedFeatures = supportedFeatures; in SdpPseRecord()
42 int supportedFeatures, in SdpMasRecord() argument49 mSupportedFeatures = supportedFeatures; in SdpMasRecord()
645 long supportedFeatures = mWifiNative.getSupportedFeatureSet(ifaceName); in getLowLatencyModeSupport() local646 if (supportedFeatures != 0) { in getLowLatencyModeSupport()647 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
1539 long supportedFeatures = in testGetSupportedFeatures() local1544 .thenReturn(Long.valueOf(supportedFeatures)); in testGetSupportedFeatures()
1841 private long testGetSupportedFeaturesCase(long supportedFeatures, boolean rttDisabled) { in testGetSupportedFeaturesCase() argument1844 reply.obj = Long.valueOf(supportedFeatures); in testGetSupportedFeaturesCase()