Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/panel/
H A DNfcPanelTest.java49 CustomSliceRegistry.NFC_SLICE_URI); in getSlices_containsNecessarySlices()
/aosp12/packages/apps/Settings/src/com/android/settings/panel/
H A DNfcPanel.java53 uris.add(CustomSliceRegistry.NFC_SLICE_URI); in getSlices()
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DCustomSliceRegistry.java154 public static final Uri NFC_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry