Searched refs:expectedUris (Results 1 – 1 of 1) sorted by relevance
338 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSlice_returnsOEMUriDescendant() local339 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_returnsOEMUriDescendant()340 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSlice_returnsOEMUriDescendant()349 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSlice_returnsOEMUriDescendant()360 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant() local361 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()362 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()371 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()383 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_platformSlice_returnsPlatformUriDescendant() local384 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()[all …]