Home
last modified time | relevance | path

Searched refs:getPostureGuidanceIntent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollEducationTest.java101 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())).thenReturn( in setupActivityForPosture()
116 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())).thenReturn( in setupActivity()
184 assertThat(mActivity.getPostureGuidanceIntent()).isNull(); in testFaceEnrollEducation_onStartNeverRegisterPostureChangeCallback()
194 assertThat(mActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollEducationWithPosture_onStartRegisteredPostureChangeCallback()
205 assertThat(mActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollEducationWithPosture_onFoldedUpdated_unFolded()
220 assertThat(mActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollEducationWithPosture_onFoldedUpdated_folded()
DFaceEnrollIntroductionTest.java209 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())).thenReturn( in setupActivity()
216 when(mActivity.getPostureGuidanceIntent()).thenReturn(null); in setupActivity()
235 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())).thenReturn( in setupActivityForPosture()
242 when(mSpyActivity.getPostureGuidanceIntent()).thenReturn(testIntent); in setupActivityForPosture()
482 assertThat(mActivity.getPostureGuidanceIntent()).isNull(); in testFaceEnrollIntroduction_onStartNeverRegisterPostureChangeCallback()
493 assertThat(mSpyActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollIntroduction_onStartRegisteredPostureChangeCallback()
504 assertThat(mSpyActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollIntroduction_onFoldedUpdated_unFolded()
519 assertThat(mSpyActivity.getPostureGuidanceIntent()).isNotNull(); in testFaceEnrollIntroduction_onFoldedUpdated_folded()
580 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())) in testFaceEnrollIntroduction_hasPostureCallback()
598 when(mFakeFeatureFactory.mFaceFeatureProvider.getPostureGuidanceIntent(any())) in testFaceEnrollIntroduction_maxFacesEnrolled_noPostureCallback()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceFeatureProvider.java29 Intent getPostureGuidanceIntent(Context context); in getPostureGuidanceIntent() method
DFaceFeatureProviderImpl.java40 public Intent getPostureGuidanceIntent(Context context) { in getPostureGuidanceIntent() method in FaceFeatureProviderImpl
DFaceEnrollEducation.java201 if (getPostureGuidanceIntent() == null) { in onStart()
349 protected Intent getPostureGuidanceIntent() { in getPostureGuidanceIntent() method in FaceEnrollEducation
DFaceEnrollIntroduction.java261 protected Intent getPostureGuidanceIntent() { in getPostureGuidanceIntent() method in FaceEnrollIntroduction
303 if (getPostureGuidanceIntent() == null) { in listenFoldEventForPostureGuidance()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java187 .getFaceFeatureProvider().getPostureGuidanceIntent(getApplicationContext()); in onCreate()