Searched refs:getDevicePostureState (Results 1 – 4 of 4) sorted by relevance
176 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_UNKNOWN); in testFaceEnrollEducation_defaultNeverLaunchPostureGuidance()186 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_UNKNOWN); in testFaceEnrollEducation_onStartNeverRegisterPostureChangeCallback()210 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_OPENED); in testFaceEnrollEducationWithPosture_onFoldedUpdated_unFolded()225 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_CLOSED); in testFaceEnrollEducationWithPosture_onFoldedUpdated_folded()
474 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_UNKNOWN); in testFaceEnrollIntroduction_defaultNeverLaunchPostureGuidance()484 assertThat(mActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_UNKNOWN); in testFaceEnrollIntroduction_onStartNeverRegisterPostureChangeCallback()509 assertThat(mSpyActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_OPENED); in testFaceEnrollIntroduction_onFoldedUpdated_unFolded()524 assertThat(mSpyActivity.getDevicePostureState()).isEqualTo(DEVICE_POSTURE_CLOSED); in testFaceEnrollIntroduction_onFoldedUpdated_folded()
345 protected int getDevicePostureState() { in getDevicePostureState() method in FaceEnrollEducation
273 protected int getDevicePostureState() { in getDevicePostureState() method in FaceEnrollIntroduction