Searched refs:DEVICE_STATE_ROTATION_KEY_UNFOLDED (Results 1 – 4 of 4) sorted by relevance
23 import android.provider.Settings.Secure.DEVICE_STATE_ROTATION_KEY_UNFOLDED45 in unfoldedDeviceStates -> DEVICE_STATE_ROTATION_KEY_UNFOLDED in deviceStateToPosture()55 DEVICE_STATE_ROTATION_KEY_UNFOLDED -> unfoldedDeviceStates.firstOrNull() in postureToDeviceState()
24 import android.provider.Settings.Secure.DEVICE_STATE_ROTATION_KEY_UNFOLDED83 .isEqualTo(DEVICE_STATE_ROTATION_KEY_UNFOLDED) in deviceStateToPosture_mapsCorrectly()101 .that(posturesHelper.postureToDeviceState(DEVICE_STATE_ROTATION_KEY_UNFOLDED)) in postureToDeviceState_mapsCorrectly()
12408 public static final int DEVICE_STATE_ROTATION_KEY_UNFOLDED = 2; field in Settings.Secure12421 DEVICE_STATE_ROTATION_KEY_UNFOLDED,
3669 Settings.Secure.DEVICE_STATE_ROTATION_KEY_UNFOLDED, in setSettingsKeyToAllowDeviceRotation()