Home
last modified time | relevance | path

Searched refs:getTimeOfDayValues (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxAggregatorManager.java75 public List<String> getTimeOfDayValues() { in getTimeOfDayValues() method in BordeauxAggregatorManager
79 return mAggregatorManager.getTimeOfDayValues(); in getTimeOfDayValues()
DIAggregatorManager.aidl27 List<String> getTimeOfDayValues(); in getTimeOfDayValues() method
DAggregatorManager.java84 public List<String> getTimeOfDayValues() { in getTimeOfDayValues() method in AggregatorManager
88 return agg.getTimeOfDayValues(); in getTimeOfDayValues()
DTimeStatsAggregator.java179 public static List<String> getTimeOfDayValues() { in getTimeOfDayValues() method in TimeStatsAggregator