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.java338 final Collection<Uri> expectedUris = new HashSet<>(); in getDescendantUris_oemSlice_returnsOEMUriDescendant() local
339 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() local
361 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() local
384 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
[all …]