Home
last modified time | relevance | path

Searched defs:why (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFingerprintUnlockController.java215 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()
220 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java159 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep()
167 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
DKeyguardUpdateMonitor.java1617 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep()
1621 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java287 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()
295 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java372 final int why = translateOffReason(mInteractiveChangeReason); in handleEarlyInteractiveChange() local
412 final int why = translateOffReason(mInteractiveChangeReason); in handleLateInteractiveChange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java140 public static void traceScreenOff(int why) { in traceScreenOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java642 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()
685 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java976 public void startedGoingToSleep(int why); in startedGoingToSleep()
984 public void finishedGoingToSleep(int why); in finishedGoingToSleep()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java260 private void replyFailed(Message msg, int what, int why) { in replyFailed()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1137 private final void bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why) { in bumpServiceExecutingLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5482 public void startedGoingToSleep(int why) { in startedGoingToSleep()
5491 public void finishedGoingToSleep(int why) { in finishedGoingToSleep()