/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsCollectionTest.java | 288 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/ |
D | FilterShowActivity.java | 386 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/ |
D | EditorPanel.java | 57 HistoryManager adapter = primaryImage.getHistory(); in cancelCurrentFilter()
|
/packages/modules/Connectivity/service-t/src/com/android/server/net/ |
D | NetworkStatsObservers.java | 447 NetworkStatsHistory history = mCollection.getHistory(template, null, uid, in getTotalBytesForNetworkUid()
|
D | NetworkStatsService.java | 1717 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/ |
D | PrimaryImage.java | 280 public HistoryManager getHistory() { in getHistory() method in PrimaryImage
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsCollection.java | 261 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/ |
D | VpnTest.java | 2114 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons)); in onBlockedStatusChanged()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | ConnectivityManagerTest.java | 2497 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons));
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 3399 final CallbackEntry found = CollectionUtils.findLast(cb.getHistory(), 9757 getHistory().add(new CallbackEntry.BlockedStatusInt(network, blockedReasons));
|