Home
last modified time | relevance | path

Searched refs:addLast (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DLongArrayQueueTest.java53 mQueueUnderTest.addLast(5); in removeFirstOnEmptyQueue()
64 mQueueUnderTest.addLast(1); 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()
129 mQueueUnderTest.addLast(2); in peekLastChanges()
[all …]
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DBroadcastEvent.java66 mTimestampsMs.addLast(timestampMs); in addTimestampMs()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java114 public void addLast(Job<IAutoFillService, ?> iAutoFillServiceJob) { in addLast() method in RemoteFillService
117 super.addLast(iAutoFillServiceJob); in addLast()
H A DHelper.java264 nodesToProcess.addLast(node.getChildAt(i)); in findViewNode()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DNsdResolveQueue.java82 mResolveRequests.addLast(new NsdResolveRequest(nsdManager, serviceInfo, in resolve()
/aosp14/frameworks/base/core/java/android/util/
H A DLongArrayQueue.java96 public void addLast(long value) { in addLast() method in LongArrayQueue
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java243 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()
/aosp14/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1240 mitigationCalls.addLast(1000); in testNormalizingMitigationCalls()
1241 mitigationCalls.addLast(2000); in testNormalizingMitigationCalls()
1242 mitigationCalls.addLast(3000); in testNormalizingMitigationCalls()
1268 mitigationCalls.addLast(1000); in testWritingAndReadingMonitoredPackage()
1269 mitigationCalls.addLast(2000); in testWritingAndReadingMonitoredPackage()
1270 mitigationCalls.addLast(3000); in testWritingAndReadingMonitoredPackage()
1278 expectedCalls.addLast(-3000); in testWritingAndReadingMonitoredPackage()
1279 expectedCalls.addLast(-2000); in testWritingAndReadingMonitoredPackage()
1280 expectedCalls.addLast(-1000); in testWritingAndReadingMonitoredPackage()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DEventLogger.java73 mEvents.addLast(event); in enqueue()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillContext.java145 nodesToProcess.addLast(node.getChildAt(i)); in findViewNodesByAutofillIds()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustArchive.java111 mEvents.addLast(e); in addEvent()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DUniverse.kt422 positions.addLast(Vec2(x, y))
423 angles.addLast(a)
/aosp14/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java218 mDumpObjects.addLast(d); in start()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPackageWatchdog.java1130 result.addLast(Long.parseLong(value)); in parseLongArrayQueue()
1459 mFailureHistory.addLast(now); in onFailureLocked()
1476 mMitigationCalls.addLast(mSystemClock.uptimeMillis()); in noteMitigationCallLocked()
1510 normalized.addLast(mMitigationCalls.get(i) - now); in normalizeMitigationCalls()
/aosp14/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java415 nodeStack.addLast(node); in parseTtml()
591 mTtmlNodes.addLast(node); in onTtmlNodeParsed()
H A DMediaRoute2ProviderService.java549 mRequestIds.addLast(requestId); in addRequestId()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java178 mRankingMapQueue.addLast(r); in onNotificationRankingUpdate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSnapshotPersistQueue.java163 mWriteQueue.addLast(next);
H A DDisplayRotation.java2232 mRecords.addLast(new Record(dr, fromRotation, toRotation));
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DMobileRadioPowerCalculator.java200 appDurationsMs.addLast(radioActiveDurationMs); in calculate()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DZOrderingTests.java193 p.addLast(current); in getAncestors()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCountQuotaTracker.java191 times.addLast(nowElapsed); in noteEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastProcessQueue.java288 getQueueForBroadcast(record).addLast(newBroadcastArgs); in enqueueOrReplaceBroadcast()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerServiceImpl.java508 mSleepDuration.addLast(millis);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java1399 addLast(message); in log()

12