Home
last modified time | relevance | path

Searched defs:LOW_STORAGE_SLICE_URI (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DCustomSliceRegistry.java175 public static final Uri LOW_STORAGE_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
340 sUriToSlice.put(LOW_STORAGE_SLICE_URI, LowStorageSlice.class); in sUriToSlice.put() argument
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java197 public static final Uri LOW_STORAGE_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
374 sUriToSlice.put(LOW_STORAGE_SLICE_URI, LowStorageSlice.class); in sUriToSlice.put() argument