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.java253 … assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT, in testAccessLevels()
256 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, otherUidInSameUser, in testAccessLevels()
312 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
316 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
344 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
364 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
368 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
399 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
419 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
423 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
[all …]
/frameworks/native/include/input/
DInputTransport.h461 const History* getHistory(size_t index) const { in getHistory() function
470 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
473 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
474 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
475 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
476 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java774 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
777 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
788 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
791 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
865 return mXtStatsCached.getHistory(template, augmentPlan,
DNetworkStatsObservers.java408 NetworkStatsHistory history = mCollection.getHistory(template, null, uid, in getTotalBytesForNetworkUid()
DNetworkStatsCollection.java214 public NetworkStatsHistory getHistory(NetworkTemplate template, SubscriptionPlan augmentPlan, in getHistory() method in NetworkStatsCollection
/frameworks/native/libs/input/
DInputTransport.cpp910 const History* current = touchState.getHistory(0); in resampleTouchState()
942 other = touchState.getHistory(1); in resampleTouchState()
/frameworks/base/services/
Dart-profile8978 HSPLcom/android/server/net/NetworkStatsCollection;->getHistory(Landroid/net/NetworkTemplate;Landroi…