Home
last modified time | relevance | path

Searched refs:expectedGeneration (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
215 assertThat(generation).isEqualTo(expectedGeneration); in checkBundle()