Home
last modified time | relevance | path

Searched refs:lightStateToString (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java481 static String lightStateToString(int state) { in lightStateToString() method in DeviceIdleController
3633 Slog.d(TAG, "stepLightIdleStateLocked: mLightState=" + lightStateToString(mLightState)); in stepLightIdleStateLocked()
3888 lightStateToString(mLightState), lightStateToString(state))); in moveToLightStateLocked()
4685 pw.print("Stepped to light: "); pw.println(lightStateToString(mLightState)); in onShellCommand()
4702 pw.print(lightStateToString(mLightState)); in onShellCommand()
4743 pw.println(lightStateToString(mLightState)); in onShellCommand()
4766 pw.print(lightStateToString(mLightState)); in onShellCommand()
4781 pw.print(lightStateToString(mLightState)); in onShellCommand()
4797 case "light": pw.println(lightStateToString(mLightState)); break; in onShellCommand()
5093 pw.print(lightStateToString(mLightState)); in onShellCommand()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java45 import static com.android.server.DeviceIdleController.lightStateToString;
2531 lightStateToString(mDeviceIdleController.getLightState())); in enterLightState()
2543 fail("Unknown light state " + lightStateToString(lightState)); in enterLightState()
2682 "Expected " + lightStateToString(expectedLightState) in verifyLightStateConditions()
2683 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
2706 fail("Conditions for " + lightStateToString(expectedLightState) + " unknown."); in verifyLightStateConditions()