Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java445 mApplication.requestWakeState(PhoneGlobals.WakeState.PARTIAL); in onNewRingingConnection()
711 mApplication.requestWakeState(PhoneGlobals.WakeState.FULL); in showIncomingCall()
780 mApplication.requestWakeState(PhoneGlobals.WakeState.SLEEP); in onPhoneStateChanged()
DPhoneGlobals.java960 /* package */ void requestWakeState(WakeState ws) { in requestWakeState() method in PhoneGlobals
1078 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP); in updateWakeState()