Searched refs:getHistory (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java135 public NetworkStatsHistory getHistory( method in class:NetworkStatsCollection
137 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
144 public NetworkStatsHistory getHistory( method in class:NetworkStatsCollection
H A DNetworkStatsService.java511 return getUidComplete().getHistory(template, uid, set, tag, fields);
513 return getUidTagComplete().getHistory(template, uid, set, tag, fields);
555 return mDevStatsCached.getHistory(template, UID_ALL, SET_ALL, TAG_NONE, fields);
561 final NetworkStatsHistory dev = mDevStatsCached.getHistory(
563 final NetworkStatsHistory xt = mXtStatsCached.getHistory(
/frameworks/native/include/input/
H A DInputTransport.h400 const History* getHistory(size_t index) const { function in struct:android::InputConsumer::TouchState
/frameworks/native/libs/input/
H A DInputTransport.cpp697 const History* current = touchState.getHistory(0);
729 other = touchState.getHistory(1);

Completed in 267 milliseconds