Home
last modified time | relevance | path

Searched defs:nextEventTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRateEstimatorTest.java75 long nextEventTime = postEvents(eventStart, 0, 5); // five events at \inf in testInstantaneousBurstIsEstimatedUnderTwoPercent() local
84 long nextEventTime = postEvents(eventStart, 1, 5); // five events at 1000Hz in testCompactBurstIsEstimatedUnderTwoPercent() local
93 long nextEventTime = postEvents(eventStart, 1, 100); // one hundred events at 1000Hz in testSustained1000HzBurstIsEstimatedOverNinetyPercent() local
102 long nextEventTime = postEvents(eventStart, 10, 100); // one hundred events at 100Hz in testSustained100HzBurstIsEstimatedOverNinetyPercent() local
112 long nextEventTime = postEvents(eventStart, 10, 1000); // one thousand events at 100Hz in testRecoverQuicklyAfterSustainedBurst() local
121 long nextEventTime = postEvents(eventStart, 1, 5000); // five thousand events at 1000Hz in testEstimateShouldNotOvershoot() local
141 long nextEventTime = postEvents(mTestStartTime, 100, 30); // 30 events at 10Hz in testEstimateCatchesUpQuickly() local
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java362 final long nextEventTime = now + ViewConfiguration.getLongPressTimeout(); in sendKeyEvent() local