Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java111 private static final Uri ACTION_SLICE_URI = field in SettingsSliceProviderTest
332 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(ACTION_SLICE_URI); in getDescendantUris_fullActionUri_returnsSelf()
334 assertThat(descendants).containsExactly(ACTION_SLICE_URI); in getDescendantUris_fullActionUri_returnsSelf()
340 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(ACTION_SLICE_URI); in getDescendantUris_fullIntentUri_returnsSelf()
342 assertThat(descendants).containsExactly(ACTION_SLICE_URI); in getDescendantUris_fullIntentUri_returnsSelf()