Searched refs:BATTERY_FIX_SLICE_URI (Results 1 – 4 of 4) sorted by relevance
55 .setSliceUri(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()56 .setCardName(CustomSliceRegistry.BATTERY_FIX_SLICE_URI.toString()) in getContextualCards()
21 import static com.android.settings.slices.CustomSliceRegistry.BATTERY_FIX_SLICE_URI;92 return BATTERY_FIX_SLICE_URI; in getUri()98 new ListBuilder(mContext, BATTERY_FIX_SLICE_URI, ListBuilder.INFINITY) in getSlice()
70 public static final Uri BATTERY_FIX_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry324 sUriToSlice.put(BATTERY_FIX_SLICE_URI, BatteryFixSlice.class); in sUriToSlice.put() argument
700 .setSliceUri(CustomSliceRegistry.BATTERY_FIX_SLICE_URI) in getContextualCardList()