HomeSort by relevance Sort by last modified time
    Searched refs:timeOfDay (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 73 private static class TimeOfDay {
74 TimeOfDay(int h, int m, int s) {
91 TimeOfDay timeOfDay;
98 timeOfDay = getTime(rfcMatcher.group(4));
104 timeOfDay = getTime(ansicMatcher.group(3));
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
206 private static TimeOfDay getTime(String timeString)
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 144 String timeOfDay = timeFeatures.get(TimeStatsAggregator.TIME_OF_DAY);
145 totalDuration = (mNewHistogram.containsKey(timeOfDay)) ?
146 mNewHistogram.get(timeOfDay) + duration : duration;
147 mNewHistogram.put(timeOfDay, totalDuration);

Completed in 256 milliseconds