Searched refs:getDevicePosture (Results 1 – 12 of 12) sorted by relevance
105 l.onPostureChanged(getDevicePosture()); in DevicePostureControllerImpl()125 public int getDevicePosture() { in getDevicePosture() method in DevicePostureControllerImpl
52 @DevicePostureInt int getDevicePosture(); in getDevicePosture() method
63 mDevicePosture = mDevicePostureController.getDevicePosture(); in PostureDependentProximitySensor()
310 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_closed()349 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_open()392 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_swapPostures()
91 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
164 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
244 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
122 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeScreenBrightness()
177 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeSensors()
182 when(mPostureController.getDevicePosture()) in setup()
322 when(mDevicePostureController.getDevicePosture()).thenReturn(DEVICE_POSTURE_UNKNOWN); in setup()
393 int initialPosture = mDevicePostureController.getDevicePosture(); in VolumeDialogImpl()