Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java46 import static com.android.server.DeviceIdleController.lightStateToString;
2062 lightStateToString(mDeviceIdleController.getLightState())); in enterLightState()
2074 fail("Unknown light state " + lightStateToString(lightState)); in enterLightState()
2198 "Expected " + lightStateToString(expectedLightState) in verifyLightStateConditions()
2199 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
2221 fail("Conditions for " + lightStateToString(expectedLightState) + " unknown."); in verifyLightStateConditions()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java424 static String lightStateToString(int state) { in lightStateToString() method in DeviceIdleController
4348 pw.print("Stepped to light: "); pw.println(lightStateToString(mLightState)); in onShellCommand()
4390 pw.println(lightStateToString(mLightState)); in onShellCommand()
4413 pw.print(lightStateToString(mLightState)); in onShellCommand()
4428 pw.print(lightStateToString(mLightState)); in onShellCommand()
4444 case "light": pw.println(lightStateToString(mLightState)); break; in onShellCommand()
4731 pw.print(lightStateToString(mLightState)); in onShellCommand()
4975 pw.println(lightStateToString(mLightState)); in dump()
/aosp12/frameworks/base/services/
H A Dart-profile1443 PLcom/android/server/DeviceIdleController;->lightStateToString(I)Ljava/lang/String;