Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java288 assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, in testAccessLevels()
291 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, otherUidInSameUser, in testAccessLevels()
348 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
352 history = getHistory(collection, plan, TIME_A, TIME_C); in testAugmentPlan()
381 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
402 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
406 history = getHistory(collection, plan, TIME_A, TIME_C); in testAugmentPlan()
438 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
459 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
463 history = getHistory(collection, plan, TIME_A, TIME_C); in testAugmentPlan()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java386 PrimaryImage.getImage().setHistoryManager(mPrimaryImage.getHistory()); in setupStatePanel()
1010 mPrimaryImage.getHistory().setMenuItems(undoItem, redoItem, resetItem); in setupMenu()
1033 HistoryManager adapter = mPrimaryImage.getHistory(); in onOptionsItemSelected()
1041 HistoryManager adapter = mPrimaryImage.getHistory(); in onOptionsItemSelected()
1288 HistoryManager adapter = mPrimaryImage.getHistory(); in resetHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java57 HistoryManager adapter = primaryImage.getHistory(); in cancelCurrentFilter()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsObservers.java447 NetworkStatsHistory history = mCollection.getHistory(template, null, uid, in getTotalBytesForNetworkUid()
DNetworkStatsService.java1717 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
1720 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
1734 return getUidComplete().getHistory(template, null, uid, set, tag, fields,
1737 return getUidTagComplete().getHistory(template, null, uid, set, tag, fields,
1834 return mXtStatsCached.getHistory(template, augmentPlan,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DPrimaryImage.java280 public HistoryManager getHistory() { in getHistory() method in PrimaryImage
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java261 public NetworkStatsHistory getHistory(NetworkTemplate template, SubscriptionPlan augmentPlan, in getHistory() method in NetworkStatsCollection
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java2114 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons)); in onBlockedStatusChanged()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java2497 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons));
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java3399 final CallbackEntry found = CollectionUtils.findLast(cb.getHistory(),
9757 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons));