Searched refs:getSupportedFeatures (Results 1 – 13 of 13) sorted by relevance
127 int getSupportedFeatures(int portId) { in getSupportedFeatures() method in HdmiMhlControllerStub
63 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMnsRecord
67 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpPseRecord
86 public int getSupportedFeatures() { in getSupportedFeatures() method in SdpMasRecord
352 && ((service.getSupportedFeatures(device) & UPLOADING_FEATURE_BITMASK) > 0); in isUploadingSupported()
138 public HashSet<ImsFeatureConfiguration.FeatureSlotPair> getSupportedFeatures() { in getSupportedFeatures() method in ImsResolver.ImsServiceInfo728 match.replaceFeatures(info.getSupportedFeatures()); in maybeAddedImsService()924 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()936 imsFeaturesBySlot.addAll(info.getSupportedFeatures().stream() in calculateFeaturesToCreate()943 new HashSet<>(info.getSupportedFeatures()); in calculateFeaturesToCreate()944 deviceFeatures.removeAll(carrierImsInfo.getSupportedFeatures()); in calculateFeaturesToCreate()1239 && info.getSupportedFeatures().isEmpty()) { in searchForImsServices()
1397 when(mWifiService.getSupportedFeatures()) in testIsEnhancedOpenSupported()1400 when(mWifiService.getSupportedFeatures()) in testIsEnhancedOpenSupported()1411 when(mWifiService.getSupportedFeatures()) in testIsWpa3SaeSupported()1414 when(mWifiService.getSupportedFeatures()) in testIsWpa3SaeSupported()1425 when(mWifiService.getSupportedFeatures()) in testIsWpa3SuiteBSupported()1428 when(mWifiService.getSupportedFeatures()) in testIsWpa3SuiteBSupported()1439 when(mWifiService.getSupportedFeatures()) in testIsEasyConnectSupported()1442 when(mWifiService.getSupportedFeatures()) in testIsEasyConnectSupported()1553 when(mWifiService.getSupportedFeatures()) in testGetSupportedFeatures()
164 assertTrue(testCachedService.getSupportedFeatures().isEmpty()); in testAddCarrierPackageToCache()996 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1003 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1010 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
50 long getSupportedFeatures(); in getSupportedFeatures() method
2105 private long getSupportedFeatures() {2107 return mService.getSupportedFeatures();2114 return (getSupportedFeatures() & feature) == feature;
68 public long getSupportedFeatures() { in getSupportedFeatures() method in BaseWifiService
422 … if ((mWifiManager.getSupportedFeatures() & WIFI_FEATURE_LINK_LAYER_STATS) != 0) { in updateExternalStatsLocked()
1711 public long getSupportedFeatures() { in getSupportedFeatures() method in WifiServiceImpl1738 if ((getSupportedFeatures() & WifiManager.WIFI_FEATURE_LINK_LAYER_STATS) == 0) { in reportActivityInfo()