Home
last modified time | relevance | path

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

/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DDialerJankTests.java151 UiObject2 callLog = mDevice.wait(Until.findObject( in testDialerCallLogFling() local
153 assertNotNull("Call log can't be found", callLog); in testDialerCallLogFling()
155 callLog.fling(Direction.DOWN); in testDialerCallLogFling()
157 callLog.fling(Direction.UP); in testDialerCallLogFling()