Searched refs:featureSet (Results 1 – 2 of 2) sorted by relevance
1309 final Set<String> featureSet = new HashSet<String>();1310 Collections.addAll(featureSet, features);1311 return featureSet;
4122 int featureSet = mWifiNative.getSupportedFeatureSet(); in processMessage() local4123 replyToMessage(message, message.what, featureSet); in processMessage()