Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DGenerationRegistryTest.java203 private void checkBundle(Bundle b, int expectedIndex, int expectedGeneration, boolean isNull) in checkBundle() argument
213 assertThat(index).isEqualTo(expectedIndex); in checkBundle()