Home
last modified time | relevance | path

Searched refs:getCounter (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
DHistogramPredictor.java182 public HashMap<String, HashMap<String, Integer> > getCounter() { in getCounter() method in HistogramPredictor.HistogramCounter
309 model.put(entry.getKey(), entry.getValue().getCounter()); in getModel()
361 mPredictor.get(TIME_OF_WEEK).getCounter(); in loadClassCounter()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java268 ((AttachDetachCountingAdapter) adapter).getCounter() in removeRecyclerView()
1076 public ViewAttachDetachCounter getCounter() { in getCounter() method in BaseRecyclerViewInstrumentationTest.TestAdapter
1148 ViewAttachDetachCounter getCounter(); in getCounter() method