Searched refs:mConcurrentDisplayState (Results 1 – 2 of 2) sorted by relevance
76 private final int mConcurrentDisplayState; field in WindowAreaComponentImpl116 mConcurrentDisplayState = context.getResources().getInteger( in WindowAreaComponentImpl()400 mConcurrentDisplayState).build(); in startRearDisplayPresentationSession()525 if (mConcurrentDisplayState == INVALID_DEVICE_STATE_IDENTIFIER) { in getCurrentRearDisplayPresentationModeStatus()529 if (mCurrentDeviceState == mConcurrentDisplayState) { in getCurrentRearDisplayPresentationModeStatus()533 if (!ArrayUtils.contains(mCurrentSupportedDeviceStates, mConcurrentDisplayState) in getCurrentRearDisplayPresentationModeStatus()548 if (mConcurrentDisplayState == INVALID_DEVICE_STATE_IDENTIFIER) { in updateRearDisplayPresentationStatusListeners()
114 mTarget.onDeviceStateReceivedByDisplayManager(mConcurrentDisplayState); in testWithHalfFoldSupported()158 private final int mConcurrentDisplayState = 4; field in DeviceStateControllerTests188 .thenReturn(mConcurrentDisplayState); in mockFold()