Home
last modified time | relevance | path

Searched refs:getSupportedStates (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/devicestatetests/src/android/hardware/devicestate/
H A DDeviceStateManagerGlobalTest.java76 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()
79 verify(callback2).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()
88 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()
89 verify(callback2).onSupportedStatesChanged(eq(mService.getSupportedStates())); in registerCallback()
121 verify(callback).onSupportedStatesChanged(eq(mService.getSupportedStates())); in unregisterCallback()
302 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerGlobalTest.TestDeviceStateManagerService
/aosp12/frameworks/base/core/java/android/hardware/devicestate/
H A DDeviceStateManager.java71 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManager
72 return mGlobal.getSupportedStates(); in getSupportedStates()
H A DDeviceStateManagerGlobal.java91 public int[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerGlobal
/aosp12/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStateManagerShellCommand.java144 DeviceState[] states = mService.getSupportedStates(); in runPrintStates()
154 pw.print(Arrays.stream(mService.getSupportedStates()) in runPrintStatesSimple()
H A DDeviceStateManagerService.java232 DeviceState[] getSupportedStates() { in getSupportedStates() method in DeviceStateManagerService
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1144 method @NonNull public int[] getSupportedStates();