Searched refs:getPostureCallback (Results 1 – 4 of 4) sorted by relevance
185 assertThat(mActivity.getPostureCallback()).isNull(); in testFaceEnrollEducation_onStartNeverRegisterPostureChangeCallback()195 assertThat(mActivity.getPostureCallback()).isNotNull(); in testFaceEnrollEducationWithPosture_onStartRegisteredPostureChangeCallback()206 assertThat(mActivity.getPostureCallback()).isNotNull(); in testFaceEnrollEducationWithPosture_onFoldedUpdated_unFolded()221 assertThat(mActivity.getPostureCallback()).isNotNull(); in testFaceEnrollEducationWithPosture_onFoldedUpdated_folded()
483 assertThat(mActivity.getPostureCallback()).isNull(); in testFaceEnrollIntroduction_onStartNeverRegisterPostureChangeCallback()494 assertThat(mSpyActivity.getPostureCallback()).isNotNull(); in testFaceEnrollIntroduction_onStartRegisteredPostureChangeCallback()505 assertThat(mSpyActivity.getPostureCallback()).isNotNull(); in testFaceEnrollIntroduction_onFoldedUpdated_unFolded()520 assertThat(mSpyActivity.getPostureCallback()).isNotNull(); in testFaceEnrollIntroduction_onFoldedUpdated_folded()593 assertThat(mActivity.getPostureCallback()).isNotNull(); in testFaceEnrollIntroduction_hasPostureCallback()611 assertThat(mActivity.getPostureCallback()).isNull(); in testFaceEnrollIntroduction_maxFacesEnrolled_noPostureCallback()
203 if (getPostureCallback() == null) { in onStart()296 if (mScreenSizeFoldProvider != null && getPostureCallback() != null) { in onConfigurationChanged()339 protected FoldProvider.FoldCallback getPostureCallback() { in getPostureCallback() method in FaceEnrollEducation
267 protected FoldProvider.FoldCallback getPostureCallback() { in getPostureCallback() method in FaceEnrollIntroduction286 if (mScreenSizeFoldProvider != null && getPostureCallback() != null) { in onConfigurationChanged()311 if (getPostureCallback() == null) { in listenFoldEventForPostureGuidance()