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.java134 private static final List<Uri> SPECIAL_CASE_OEM_URIS = Arrays.asList( field in SettingsSliceProviderTest
370 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_invalidPath_returnsEmpty()
400 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()
416 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSlice_returnsOEMUriDescendant()
439 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_oemSliceNoPath_returnsOEMUriDescendant()
533 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_noAuthorityNorPath_returnsAllUris()
561 expectedUris.addAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri()