Home
last modified time | relevance | path

Searched refs:featureSet (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java1299 final Set<String> featureSet = new HashSet<String>();
1300 Collections.addAll(featureSet, features);
1301 return featureSet;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java5574 int featureSet = WifiNative.getSupportedFeatureSet(); in processMessage() local
5575 replyToMessage(message, message.what, featureSet); in processMessage()