Home
last modified time | relevance | path

Searched refs:FACE_ENROLL_SLICE_URI (Results 1 – 5 of 5) 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.java57 .setSliceUri(CustomSliceRegistry.FACE_ENROLL_SLICE_URI.toString()) in getContextualCards()
58 .setCardName(CustomSliceRegistry.FACE_ENROLL_SLICE_URI.toString()) in getContextualCards()
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceRegistry.java96 public static final Uri FACE_ENROLL_SLICE_URI = new Uri.Builder() field in CustomSliceRegistry
312 sUriToSlice.put(FACE_ENROLL_SLICE_URI, FaceSetupSlice.class); in sUriToSlice.put() argument
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java237 cards.add(buildContextualCard(CustomSliceRegistry.FACE_ENROLL_SLICE_URI, in sortCards_hasStickyCards_stickyShouldAlwaysBeTheLast()
249 .isEqualTo(CustomSliceRegistry.FACE_ENROLL_SLICE_URI); in sortCards_hasStickyCards_stickyShouldAlwaysBeTheLast()
614 cards.add(buildContextualCard(CustomSliceRegistry.FACE_ENROLL_SLICE_URI.toString())); in getCardsWithViewType_hasOneStickySlice_shouldHaveOneStickyCard()
700 .setSliceUri(CustomSliceRegistry.FACE_ENROLL_SLICE_URI) in getContextualCardList()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java221 CustomSliceRegistry.FACE_ENROLL_SLICE_URI, null); in onEnrollmentProgressChange()