Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java121 private static final List<Uri> SPECIAL_CASE_OEM_URIS = Arrays.asList( field in SettingsSliceProviderTest
297 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_invalidPath_returnsEmpty()
325 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
340 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_returnsOEMUriDescendant()
362 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
431 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_noAuthorityNorPath_returnsAllUris()