Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java128 private static final List<Uri> SPECIAL_CASE_PLATFORM_URIS = Arrays.asList( field in SettingsSliceProviderTest
352 descendants.removeAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_doesNotReturnOEMSlice()
451 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
474 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_platformSliceNoPath_returnsPlatformUriDescendant()
499 expectedUris.addAll(SPECIAL_CASE_PLATFORM_URIS); in getDescendantUris_noAuthorityNorPath_returnsAllUris()