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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java200 // Verify security check in getHistory.
201 assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), myUid, SET_DEFAULT,
204 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), otherUidInSameUser,
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java168 public NetworkStatsHistory getHistory( method in class:NetworkStatsCollection
171 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE,
179 public NetworkStatsHistory getHistory( method in class:NetworkStatsCollection
182 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
190 public NetworkStatsHistory getHistory( method in class:NetworkStatsCollection
H A DNetworkStatsService.java583 return getUidComplete().getHistory(template, uid, set, tag, fields,
586 return getUidTagComplete().getHistory(template, uid, set, tag, fields,
597 return getUidComplete().getHistory(template, uid, set, tag, fields, start, end,
600 return getUidTagComplete().getHistory(template, uid, set, tag, fields,
641 return mXtStatsCached.getHistory(template, UID_ALL, SET_ALL, TAG_NONE, fields, accessLevel);
H A DNetworkStatsObservers.java413 NetworkStatsHistory history = mCollection.getHistory(template, uid,
/frameworks/native/include/input/
H A DInputTransport.h410 const History* getHistory(size_t index) const { function in struct:android::InputConsumer::TouchState
/frameworks/native/libs/input/
H A DInputTransport.cpp707 const History* current = touchState.getHistory(0);
739 other = touchState.getHistory(1);

Completed in 128 milliseconds