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.java42 import static com.android.server.DeviceIdleController.lightStateToString;
1683 lightStateToString(mDeviceIdleController.getLightState())); in enterLightState()
1695 fail("Unknown light state " + lightStateToString(lightState)); in enterLightState()
1819 "Expected " + lightStateToString(expectedLightState) in verifyLightStateConditions()
1820 + " but was " + lightStateToString(curLightState), in verifyLightStateConditions()
1842 fail("Conditions for " + lightStateToString(expectedLightState) + " unknown."); in verifyLightStateConditions()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java409 static String lightStateToString(int state) { in lightStateToString() method in DeviceIdleController
3712 pw.print("Stepped to light: "); pw.println(lightStateToString(mLightState)); in onShellCommand()
3754 pw.println(lightStateToString(mLightState)); in onShellCommand()
3777 pw.print(lightStateToString(mLightState)); in onShellCommand()
3792 pw.print(lightStateToString(mLightState)); in onShellCommand()
3808 case "light": pw.println(lightStateToString(mLightState)); break; in onShellCommand()
4093 pw.print(lightStateToString(mLightState)); in onShellCommand()
4332 pw.println(lightStateToString(mLightState)); in dump()
/frameworks/base/services/
Dart-profile1035 PLcom/android/server/DeviceIdleController;->lightStateToString(I)Ljava/lang/String;