HomeSort by relevance Sort by last modified time
    Searched defs:onStartedGoingToSleep (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 109 public void onStartedGoingToSleep(int reason) {
111 mService.onStartedGoingToSleep(reason);
KeyguardServiceDelegate.java 264 public void onStartedGoingToSleep(int why) {
266 mKeyguardService.onStartedGoingToSleep(why);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 658 public void onStartedGoingToSleep(int why) {
659 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")");
    [all...]

Completed in 235 milliseconds