Searched refs:getDevicePosture (Results 1 – 6 of 6) sorted by relevance
52 @DevicePostureInt int getDevicePosture(); in getDevicePosture() method
91 public int getDevicePosture() { in getDevicePosture() method in DevicePostureControllerImpl
56 mDevicePosture = devicePostureController.getDevicePosture(); in PostureDependentProximitySensor()
293 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_closed()332 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_open()375 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_swapPostures()
122 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeScreenBrightness()
175 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeSensors()