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.java168 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
171 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE, in getHistory()
179 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
182 return getHistory(template, uid, set, tag, fields, start, end, accessLevel, in getHistory()
190 public NetworkStatsHistory getHistory( in getHistory() method in NetworkStatsCollection
DNetworkStatsService.java583 return getUidComplete().getHistory(template, uid, set, tag, fields, in createSession()
586 return getUidTagComplete().getHistory(template, uid, set, tag, fields, in createSession()
597 return getUidComplete().getHistory(template, uid, set, tag, fields, start, end, in createSession()
600 return getUidTagComplete().getHistory(template, uid, set, tag, fields, in createSession()
641 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.cpp707 const History* current = touchState.getHistory(0); in resampleTouchState()
739 other = touchState.getHistory(1); in resampleTouchState()