Home | History | Annotate | Download | only in phone

Lines Matching refs:ws

607      * @param ws tells the device to how to wake.
609 /* package */ void requestWakeState(WakeState ws) {
610 if (VDBG) Log.d(LOG_TAG, "requestWakeState(" + ws + ")...");
612 if (mWakeState != ws) {
613 switch (ws) {
641 mWakeState = ws;