Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRateEstimatorTest.java75 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testInstantaneousBurstIsEstimatedUnderTwoPercent() local
84 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testCompactBurstIsEstimatedUnderTwoPercent() local
93 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testSustained1000HzBurstIsEstimatedOverNinetyPercent() local
102 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testSustained100HzBurstIsEstimatedOverNinetyPercent() local
112 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testRecoverQuicklyAfterSustainedBurst() local
121 long eventStart = mTestStartTime + 1000; // start event a long time after initialization in testEstimateShouldNotOvershoot() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DDismissAlarmsService.java66 long eventStart = intent.getLongExtra(AlertUtils.EVENT_START_KEY, -1); in onHandleIntent() local