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.java1309 final Set<String> featureSet = new HashSet<String>();
1310 Collections.addAll(featureSet, features);
1311 return featureSet;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java4122 int featureSet = mWifiNative.getSupportedFeatureSet(); in processMessage() local
4123 replyToMessage(message, message.what, featureSet); in processMessage()