Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/search/
DSpaSearchProviderTest.kt257 val dynamicRow = searchProvider.querySearchDynamicRow() in testQuerySearchIndexRow() constant
258 Truth.assertThat(dynamicRow.count).isEqualTo(3) in testQuerySearchIndexRow()
259 dynamicRow.moveToFirst() in testQuerySearchIndexRow()
260 dynamicRow.checkValue( in testQuerySearchIndexRow()
265 dynamicRow.checkValue( in testQuerySearchIndexRow()
270 dynamicRow.checkValue( in testQuerySearchIndexRow()
274 dynamicRow.moveToNext() in testQuerySearchIndexRow()
275 dynamicRow.checkValue( in testQuerySearchIndexRow()
280 dynamicRow.checkValue( in testQuerySearchIndexRow()
285 dynamicRow.checkValue( in testQuerySearchIndexRow()
[all …]