Searched refs:getHistory (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 135 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
|
D | NetworkStatsService.java | 511 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/ |
D | InputTransport.h | 400 const History* getHistory(size_t index) const { in getHistory() function
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 700 const History* current = touchState.getHistory(0); in resampleTouchState() 732 other = touchState.getHistory(1); in resampleTouchState()
|