Searched refs:getPriorMotionEvents (Results 1 – 7 of 7) sorted by relevance
50 List<MotionEvent> getPriorMotionEvents() { in getPriorMotionEvents() method in FalsingClassifier51 return mDataProvider.getPriorMotionEvents(); in getPriorMotionEvents()
53 List<MotionEvent> firstTapEvents = getPriorMotionEvents(); in calculateFalsingResult()
151 public List<MotionEvent> getPriorMotionEvents() { in getPriorMotionEvents() method in FalsingDataProvider
272 ? mDataProvider.getPriorMotionEvents() in isFalseTap()
66 when(mDataProvider.getPriorMotionEvents()).thenReturn(mPriorMotionEvents); in setup()182 when(mDataProvider.getPriorMotionEvents()).thenReturn(mPriorMotionEvents); in archiveMotionEvents()
189 when(mFalsingDataProvider.getPriorMotionEvents()).thenReturn(mMotionEventList); in testIsFalseTap_EmptyRecentEvents()
311 assertThat(mDataProvider.getPriorMotionEvents()).isNotNull(); in test_GetPriorEventsEarly()