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.java382 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSlice_returnsOEMUriDescendant() local
383 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() local
406 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() local
451 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
[all …]