Home
last modified time | relevance | path

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

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