Searched refs:expectedUris (Results 1 – 1 of 1) sorted by relevance
382 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSlice_returnsOEMUriDescendant() local383 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_returnsOEMUriDescendant()384 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSlice_returnsOEMUriDescendant()393 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSlice_returnsOEMUriDescendant()405 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant() local406 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()407 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()416 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()450 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_platformSlice_returnsPlatformUriDescendant() local451 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()[all …]