Searched refs:getPostureGuidanceIntent (Results 1 – 7 of 7) sorted by relevance
101 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()
209 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()
29 Intent getPostureGuidanceIntent(Context context); in getPostureGuidanceIntent() method
40 public Intent getPostureGuidanceIntent(Context context) { in getPostureGuidanceIntent() method in FaceFeatureProviderImpl
201 if (getPostureGuidanceIntent() == null) { in onStart()349 protected Intent getPostureGuidanceIntent() { in getPostureGuidanceIntent() method in FaceEnrollEducation
261 protected Intent getPostureGuidanceIntent() { in getPostureGuidanceIntent() method in FaceEnrollIntroduction303 if (getPostureGuidanceIntent() == null) { in listenFoldEventForPostureGuidance()
187 .getFaceFeatureProvider().getPostureGuidanceIntent(getApplicationContext()); in onCreate()