Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DLowStorageSlice.java69 CustomSliceRegistry.LOW_STORAGE_SLICE_URI, ListBuilder.INFINITY).setAccentColor( in getSlice()
96 return CustomSliceRegistry.LOW_STORAGE_SLICE_URI; in getUri()
114 .setData(CustomSliceRegistry.LOW_STORAGE_SLICE_URI); in getIntent()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProvider.java49 .setSliceUri(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
50 .setCardName(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString()) in getContextualCards()
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java145 public static final Uri LOW_STORAGE_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
331 sUriToSlice.put(LOW_STORAGE_SLICE_URI, LowStorageSlice.class); in sUriToSlice.put() argument
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java241 cards.add(buildContextualCard(CustomSliceRegistry.LOW_STORAGE_SLICE_URI, in sortCards_hasStickyCards_stickyShouldAlwaysBeTheLast()
615 cards.add(buildContextualCard(CustomSliceRegistry.LOW_STORAGE_SLICE_URI.toString())); in getCardsWithViewType_hasOneStickySlice_shouldHaveOneStickyCard()
674 .setSliceUri(CustomSliceRegistry.LOW_STORAGE_SLICE_URI) in getContextualCardList()
DContextualCardLoaderTest.java159 .setSliceUri(CustomSliceRegistry.LOW_STORAGE_SLICE_URI) in getContextualCardList()