Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java252 … assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT, in testAccessLevels()
255 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, otherUidInSameUser, in testAccessLevels()
311 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
315 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
343 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
363 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
367 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
398 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
418 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
422 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
[all …]
/frameworks/native/include/input/
DInputTransport.h497 const History* getHistory(size_t index) const { in getHistory() function
506 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
509 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
510 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
511 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
512 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java741 return getUidComplete().getHistory(template, null, uid, set, tag, fields, in openSessionInternal()
744 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields, in openSessionInternal()
755 return getUidComplete().getHistory(template, null, uid, set, tag, fields, in openSessionInternal()
758 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields, in openSessionInternal()
832 return mXtStatsCached.getHistory(template, augmentPlan, in internalGetHistoryForNetwork()
DNetworkStatsObservers.java408 NetworkStatsHistory history = mCollection.getHistory(template, null, uid, in getTotalBytesForNetworkUid()
DNetworkStatsCollection.java242 public NetworkStatsHistory getHistory(NetworkTemplate template, SubscriptionPlan augmentPlan, in getHistory() method in NetworkStatsCollection
/frameworks/native/libs/input/
DInputTransport.cpp950 const History* current = touchState.getHistory(0); in resampleTouchState()
982 other = touchState.getHistory(1); in resampleTouchState()
/frameworks/base/services/
Dart-profile20493 HPLcom/android/server/net/NetworkStatsCollection;->getHistory(Landroid/net/NetworkTemplate;Landroid…