Searched refs:DURATION_DELTA (Results 1 – 1 of 1) sorted by relevance
59 private static final int DURATION_DELTA = 100; field in VideoViewTest304 assertTrue(Math.abs(mVideoView.getDuration() - TEST_VIDEO_DURATION) < DURATION_DELTA); in testGetDuration()