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()
643 long supportedFeatures = mWifiNative.getSupportedFeatureSet(ifaceName); in getLowLatencyModeSupport() local644 if (supportedFeatures != 0) { in getLowLatencyModeSupport()645 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
1549 long supportedFeatures = in testGetSupportedFeatures() local1554 .thenReturn(Long.valueOf(supportedFeatures)); in testGetSupportedFeatures()
1721 private long testGetSupportedFeaturesCase(long supportedFeatures, boolean rttDisabled) { in testGetSupportedFeaturesCase() argument1724 reply.obj = Long.valueOf(supportedFeatures); in testGetSupportedFeaturesCase()