/frameworks/base/core/tests/coretests/src/android/util/ |
D | LongArrayQueueTest.java | 53 mQueueUnderTest.addLast(5); in removeFirstOnEmptyQueue() 64 mQueueUnderTest.addLast(1); in addLastRemoveFirstFifo() 69 mQueueUnderTest.addLast(i); in addLastRemoveFirstFifo() 86 mQueueUnderTest.addLast(5); in peekFirstOnEmptyQueue() 97 mQueueUnderTest.addLast(1); in peekFirstChanges() 99 mQueueUnderTest.addLast(2); in peekFirstChanges() 100 mQueueUnderTest.addLast(3); in peekFirstChanges() 101 mQueueUnderTest.addLast(4); in peekFirstChanges() 116 mQueueUnderTest.addLast(5); in peekLastOnEmptyQueue() 127 mQueueUnderTest.addLast(1); in peekLastChanges() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SlidingWindowEventCounter.java | 68 mTimestampQueueMillis.addLast(timestampMillis); in addOccurrence()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | BroadcastEvent.java | 66 mTimestampsMs.addLast(timestampMs); in addTimestampMs()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | NsdResolveQueue.java | 82 mResolveRequests.addLast(new NsdResolveRequest(nsdManager, serviceInfo, in resolve()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/ |
D | InfiniteGridConsistencyInteractor.kt | 83 tilesQueue.addLast(tileToRemove) in reconcileTiles()
|
/frameworks/base/core/java/android/util/ |
D | LongArrayQueue.java | 95 public void addLast(long value) { in addLast() method in LongArrayQueue
|
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 1479 mitigationCalls.addLast(1000); in testNormalizingMitigationCalls() 1480 mitigationCalls.addLast(2000); in testNormalizingMitigationCalls() 1481 mitigationCalls.addLast(3000); in testNormalizingMitigationCalls() 1507 mitigationCalls.addLast(1000); in testWritingAndReadingMonitoredPackage() 1508 mitigationCalls.addLast(2000); in testWritingAndReadingMonitoredPackage() 1509 mitigationCalls.addLast(3000); in testWritingAndReadingMonitoredPackage() 1517 expectedCalls.addLast(-3000); in testWritingAndReadingMonitoredPackage() 1518 expectedCalls.addLast(-2000); in testWritingAndReadingMonitoredPackage() 1519 expectedCalls.addLast(-1000); in testWritingAndReadingMonitoredPackage() 1551 mitigationCalls.addLast(1000); in testWritingAndReadingObserverInternalRecoverability() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
D | CountQuotaTrackerTest.java | 243 expectedEvents.addLast(now - HOUR_IN_MILLIS); in testDeleteObsoleteEventsLocked() 244 expectedEvents.addLast(now - 1); in testDeleteObsoleteEventsLocked() 262 expected1.addLast(now - 10 * MINUTE_IN_MILLIS); in testAppRemoval() 264 expected2.addLast(now - 70 * MINUTE_IN_MILLIS); in testAppRemoval() 293 expected.addLast(now - (70 * MINUTE_IN_MILLIS)); in testUserRemoval() 294 expected.addLast(now - (10 * MINUTE_IN_MILLIS)); in testUserRemoval()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | GroupedAggregatedLogRecords.java | 76 records.addLast(new AggregatedLogRecord<>(record)); in add()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | EventLogger.java | 74 mEvents.addLast(event); in enqueue()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SnapshotPersistQueue.java | 128 mWriteQueue.addLast(item); in addToQueueInternal() 187 mWriteQueue.addLast(next);
|
D | DisplayRotation.java | 2238 mRecords.addLast(new Record(userRotationMode, userRotation, caller)); 2344 mRecords.addLast(new Record(dr, fromRotation, toRotation)); in addRecord()
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillContext.java | 145 nodesToProcess.addLast(node.getChildAt(i)); in findViewNodesByAutofillIds()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustArchive.java | 111 mEvents.addLast(e); in addEvent()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteFillService.java | 136 public void addLast(Job<IAutoFillService, ?> iAutoFillServiceJob) { in addLast() method in RemoteFillService 139 super.addLast(iAutoFillServiceJob); in addLast()
|
D | Helper.java | 220 nodesToProcess.addLast(node.getChildAt(i)); in findViewNode()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | Universe.kt | 428 positions.addLast(Vec2(x, y)) in add() 429 angles.addLast(a) in add()
|
/frameworks/base/core/java/com/android/internal/util/dump/ |
D | DualDumpOutputStream.java | 218 mDumpObjects.addLast(d); in start()
|
/frameworks/base/media/java/android/media/ |
D | TtmlRenderer.java | 415 nodeStack.addLast(node); in parseTtml() 591 mTtmlNodes.addLast(node); in onTtmlNodeParsed()
|
D | MediaRoute2ProviderService.java | 569 mRequestIds.addLast(requestId); in addRequestId()
|
/frameworks/base/services/core/java/com/android/server/ |
D | PackageWatchdog.java | 1225 result.addLast(Long.parseLong(value)); in parseLongArrayQueue() 1588 mFailureHistory.addLast(now); in onFailureLocked() 1605 mMitigationCalls.addLast(mSystemClock.uptimeMillis()); in noteMitigationCallLocked() 1639 normalized.addLast(mMitigationCalls.get(i) - now); in normalizeMitigationCalls()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 181 mRankingMapQueue.addLast(r); in onNotificationRankingUpdate()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | MobileRadioPowerCalculator.java | 200 appDurationsMs.addLast(radioActiveDurationMs); in calculate()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ZOrderingTests.java | 193 p.addLast(current); in getAncestors()
|
/frameworks/base/services/core/java/com/android/server/utils/quota/ |
D | CountQuotaTracker.java | 191 times.addLast(nowElapsed); in noteEvent()
|