Home
last modified time | relevance | path

Searched refs:FACE_ENROLL_SLICE_URI (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DFaceSetupSlice.java82 return new ListBuilder(mContext, CustomSliceRegistry.FACE_ENROLL_SLICE_URI, in getSlice()
110 return new ListBuilder(mContext, CustomSliceRegistry.FACE_ENROLL_SLICE_URI, in getSlice()
115 CustomSliceRegistry.FACE_ENROLL_SLICE_URI, ListBuilder.INFINITY) in getSlice()
124 return CustomSliceRegistry.FACE_ENROLL_SLICE_URI; in getUri()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProvider.java69 .setSliceUri(CustomSliceRegistry.FACE_ENROLL_SLICE_URI.toString()) in getContextualCards()
70 .setCardName(CustomSliceRegistry.FACE_ENROLL_SLICE_URI.toString()) in getContextualCards()
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java118 public static final Uri FACE_ENROLL_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
328 sUriToSlice.put(FACE_ENROLL_SLICE_URI, FaceSetupSlice.class); in sUriToSlice.put() argument
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java191 CustomSliceRegistry.FACE_ENROLL_SLICE_URI, null); in onEnrollmentProgressChange()