Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/
DSearchHistoryManagerTest.java46 private long mLongResult; field in SearchHistoryManagerTest
54 mLongResult = -1; in setUp()
77 mLongResult = longResult; in testAddHistory()
90 assertThat(mLongResult).isGreaterThan(0L); in testAddHistory()
100 mLongResult = longResult; in testDeleteHistory()
115 assertThat(mLongResult).isGreaterThan(0L); in testDeleteHistory()