Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollEducationTest.java185 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()
DFaceEnrollIntroductionTest.java483 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()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEducation.java203 if (getPostureCallback() == null) { in onStart()
296 if (mScreenSizeFoldProvider != null && getPostureCallback() != null) { in onConfigurationChanged()
339 protected FoldProvider.FoldCallback getPostureCallback() { in getPostureCallback() method in FaceEnrollEducation
DFaceEnrollIntroduction.java267 protected FoldProvider.FoldCallback getPostureCallback() { in getPostureCallback() method in FaceEnrollIntroduction
286 if (mScreenSizeFoldProvider != null && getPostureCallback() != null) { in onConfigurationChanged()
311 if (getPostureCallback() == null) { in listenFoldEventForPostureGuidance()