Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsCollectionTest.java256 … assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT, in testAccessLevels()
259 collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, otherUidInSameUser, in testAccessLevels()
315 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
319 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
347 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
367 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
371 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
402 history = getHistory(collection, plan, TIME_B - HOUR_IN_MILLIS, in testAugmentPlan()
422 history = getHistory(emptyCollection, plan, TIME_A, TIME_C); in testAugmentPlan()
426 history = getHistory(collection, plan, TIME_A, TIME_C); i = 0; in testAugmentPlan()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java386 PrimaryImage.getImage().setHistoryManager(mPrimaryImage.getHistory()); in setupStatePanel()
1014 mPrimaryImage.getHistory().setMenuItems(undoItem, redoItem, resetItem); in setupMenu()
1037 HistoryManager adapter = mPrimaryImage.getHistory(); in onOptionsItemSelected()
1045 HistoryManager adapter = mPrimaryImage.getHistory(); in onOptionsItemSelected()
1292 HistoryManager adapter = mPrimaryImage.getHistory(); in resetHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java57 HistoryManager adapter = primaryImage.getHistory(); in cancelCurrentFilter()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DPrimaryImage.java280 public HistoryManager getHistory() { in getHistory() method in PrimaryImage
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java2103 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons));
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java7974 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons)); in onBlockedStatusChanged()