Home
last modified time | relevance | path

Searched refs:timeSlot (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/prediction/
DSharesheetModelScorer.java90 for (Range<Long> timeSlot : timeSlots) { in computeScore()
92 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()
101 for (Range<Long> timeSlot : timeSlotsOfSameType) { in computeScore()
103 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()
/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java315 private static long getDuration(Range<Long> timeSlot) { in getDuration() argument
316 return timeSlot.getUpper() - timeSlot.getLower(); in getDuration()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerWindowlessMagnifierTest.java1524 final int timeSlot = (int) (1000 / frameRate);
1525 int round = (int) Math.ceil((double) timeDelta / timeSlot);
1528 mAnimatorTestRule.advanceTimeBy(timeSlot); in mInstrumentation.runOnMainSync()
DWindowMagnificationControllerTest.java1503 final int timeSlot = (int) (1000 / frameRate);
1504 int round = (int) Math.ceil((double) timeDelta / timeSlot);
1507 mAnimatorTestRule.advanceTimeBy(timeSlot); in mInstrumentation.runOnMainSync()