Searched defs:why (Results 1 – 10 of 10) sorted by relevance
234 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()239 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
164 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep()172 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
1744 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep()1748 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
313 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()321 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
417 final int why = translateOffReason(mInteractiveChangeReason); in handleEarlyInteractiveChange() local457 final int why = translateOffReason(mInteractiveChangeReason); in handleLateInteractiveChange() local
143 public static void traceScreenOff(int why) { in traceScreenOff()
758 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep()802 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
1047 public void startedGoingToSleep(int why); in startedGoingToSleep()1055 public void finishedGoingToSleep(int why); in finishedGoingToSleep()
260 private void replyFailed(Message msg, int what, int why) { in replyFailed()
1415 private final void bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why) { in bumpServiceExecutingLocked()