Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java162 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
165 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE, in getHistory()
173 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
176 return getHistory(template, uid, set, tag, fields, start, end, accessLevel, in getHistory()
184 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
DNetworkStatsService.java565 return getUidComplete().getHistory(template, uid, set, tag, fields, in createSession()
568 return getUidTagComplete().getHistory(template, uid, set, tag, fields, in createSession()
579 return getUidComplete().getHistory(template, uid, set, tag, fields, start, end, in createSession()
582 return getUidTagComplete().getHistory(template, uid, set, tag, fields, in createSession()
623 return mXtStatsCached.getHistory(template, UID_ALL, SET_ALL, TAG_NONE, fields, accessLevel); in internalGetHistoryForNetwork()
DNetworkStatsObservers.java413 NetworkStatsHistory history = mCollection.getHistory(template, uid, in getTotalBytesForNetworkUid()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsCollectionTest.java201 assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), myUid, SET_DEFAULT, in testAccessLevels()
204 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), otherUidInSameUser, in testAccessLevels()
/frameworks/native/include/input/
DInputTransport.h410 const History* getHistory(size_t index) const { in getHistory() function
/frameworks/native/libs/input/
DInputTransport.cpp708 const History* current = touchState.getHistory(0); in resampleTouchState()
740 other = touchState.getHistory(1); in resampleTouchState()