Searched refs:DARK_THEME_SLICE_URI (Results 1 – 7 of 7) sorted by relevance
98 return new ListBuilder(mContext, CustomSliceRegistry.DARK_THEME_SLICE_URI, in getSlice()114 return new ListBuilder(mContext, CustomSliceRegistry.DARK_THEME_SLICE_URI, in getSlice()129 return CustomSliceRegistry.DARK_THEME_SLICE_URI; in getUri()
63 .setSliceUri(CustomSliceRegistry.DARK_THEME_SLICE_URI.toString()) in getContextualCards()64 .setCardName(CustomSliceRegistry.DARK_THEME_SLICE_URI.toString()) in getContextualCards()
269 public static final Uri DARK_THEME_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry306 sUriToSlice.put(DARK_THEME_SLICE_URI, DarkThemeSlice.class); in sUriToSlice.put() argument
78 CustomSliceRegistry.DARK_THEME_SLICE_URI.toString())) { in getContextualCards_darkThemeSlice_shouldGetImportantCategory()
170 .setSliceUri(CustomSliceRegistry.DARK_THEME_SLICE_URI) in getContextualCardList()
687 .setSliceUri(CustomSliceRegistry.DARK_THEME_SLICE_URI) in getContextualCardList()
91 assertThat(uri).isEqualTo(CustomSliceRegistry.DARK_THEME_SLICE_URI); in getUri_shouldBeDarkThemeSliceUri()