Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java339 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSlice_returnsOEMUriDescendant() local
340 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_returnsOEMUriDescendant()
341 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSlice_returnsOEMUriDescendant()
350 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSlice_returnsOEMUriDescendant()
361 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant() local
362 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
363 expectedUris.add(new Uri.Builder() in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
372 assertThat(descendants).containsExactlyElementsIn(expectedUris); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
384 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_platformSlice_returnsPlatformUriDescendant() local
385 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
[all …]