Searched defs:featureSet (Results 1 – 7 of 7) sorted by relevance
69 long featureSet = 0; in enableMboOceController() local
678 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = convertToHashSet(features, 0); in testDevicePackageBind() local711 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = convertToHashSet(features, 0); in testDevicePackageBind_MsimToOneSim() local753 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = convertToHashSet(features, 0); in testDevicePackageBind_OneSimToMsim() local971 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = convertToHashSet(features, 0); in testDevicePackageInvalidMmTelBind() local1062 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = in testAddDeviceFeatureNoCarrier() local1144 HashSet<ImsFeatureConfiguration.FeatureSlotPair> featureSet = in testAddDeviceFeatureNoCarrierRcsNotSupported() local
1642 long featureSet = 0; in getSupportedFeatureSetFromPackageManager() local1662 long featureSet = 0; in getSupportedFeatureSet() local
257 public long featureSet; field in WifiNative.Iface
2714 long featureSet = 0; in getChipCapabilities() local
3161 long featureSet = 0; in getWpaDriverFeatureSet() local
277 #define IS_SUPPORTED_FEATURE(feature, featureSet) IS_MASK_SET(feature, featureSet) argument