Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java44 import static com.android.server.DeviceIdleController.lightStateToString;
1931 lightStateToString(mDeviceIdleController.getLightState())); in enterLightState()
1943 fail("Unknown light state " + lightStateToString(lightState)); in enterLightState()
2067 "Expected " + lightStateToString(expectedLightState) in verifyLightStateConditions()
2068 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
2090 fail("Conditions for " + lightStateToString(expectedLightState) + " unknown."); in verifyLightStateConditions()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java414 static String lightStateToString(int state) { in lightStateToString() method in DeviceIdleController
3932 pw.print("Stepped to light: "); pw.println(lightStateToString(mLightState)); in onShellCommand()
3974 pw.println(lightStateToString(mLightState)); in onShellCommand()
3997 pw.print(lightStateToString(mLightState)); in onShellCommand()
4012 pw.print(lightStateToString(mLightState)); in onShellCommand()
4028 case "light": pw.println(lightStateToString(mLightState)); break; in onShellCommand()
4313 pw.print(lightStateToString(mLightState)); in onShellCommand()
4557 pw.println(lightStateToString(mLightState)); in dump()
/frameworks/base/services/
Dart-profile1035 PLcom/android/server/DeviceIdleController;->lightStateToString(I)Ljava/lang/String;