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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 39 protected HashMap<String, Long> mHistogram = new HashMap<String, Long>();
133 mHistogram.clear();
134 mHistogram.putAll(cluster.mHistogram);
139 for (Map.Entry<String, Long> entry : cluster.mHistogram.entrySet()) {
143 if (mHistogram.containsKey(timeLabel)) {
144 duration += mHistogram.get(timeLabel);
146 mHistogram.put(timeLabel, duration);
157 return mHistogram;
161 mHistogram.clear()
    [all...]
LocationCluster.java 102 if (mHistogram.containsKey(timeLabel)) {
103 duration += mHistogram.get(timeLabel);
105 mHistogram.put(timeLabel, duration);
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 60 ArrayList<Integer> mHistogram;
104 mHistogram.add(1);
106 mHistogram.set(pos, mHistogram.get(pos) + 1);
165 final int N = mHistogram.size();
169 stats.writeInt(mHistogram.get(i));
190 mHistogram = new ArrayList<Integer>(INITIAL_STATS_SIZE);
201 mHistogram.add(count);
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 211 milliseconds