Home
last modified time | relevance | path

Searched refs:getSupportedStateIdentifiers (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/devicestate/
DDeviceStateManagerInternal.java27 public abstract int[] getSupportedStateIdentifiers(); in getSupportedStateIdentifiers() method in DeviceStateManagerInternal
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DWindowAreaComponentImpl.java107 mCurrentSupportedDeviceStates = getSupportedStateIdentifiers( in WindowAreaComponentImpl()
456 mCurrentSupportedDeviceStates = getSupportedStateIdentifiers(supportedStates); in onSupportedStatesChanged()
492 private int[] getSupportedStateIdentifiers(@NonNull List<DeviceState> states) { in getSupportedStateIdentifiers() method in WindowAreaComponentImpl
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java1364 public int[] getSupportedStateIdentifiers() { in getSupportedStateIdentifiers() method in DeviceStateManagerService.LocalService
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java4784 mDeviceStateManager.getSupportedStateIdentifiers(); in getPossibleDisplayInfo()