Searched defs:getFeatureValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregator.java27 abstract public Map<String,String> getFeatureValue(String featureName); method in class:Aggregator
H A DMotionStatsAggregator.java31 public Map<String,String> getFeatureValue(String featureName) { method in class:MotionStatsAggregator
H A DLocationStatsAggregator.java119 public Map<String,String> getFeatureValue(String featureName) { method in class:LocationStatsAggregator
H A DTimeStatsAggregator.java77 public Map<String,String> getFeatureValue(String featureName) { method in class:TimeStatsAggregator
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java370 public void getFeatureValue(int feature, int network, method in class:ImsConfig
373 Rlog.d(TAG, "getFeatureValue: feature = " + feature + ", network =" + network +
377 miConfig.getFeatureValue(feature, network, listener);
379 throw new ImsException("getFeatureValue()", e,

Completed in 114 milliseconds