Searched defs:why (Results 1 – 14 of 14) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | FingerprintUnlockController.java | 278 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 284 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | KeyguardUpdateMonitorCallback.java | 171 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() 182 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
|
| D | KeyguardUpdateMonitor.java | 1910 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() 1914 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncManager.java | 406 private void clearAllBackoffs(String why) { in clearAllBackoffs() 1203 private void removeSyncsForAuthority(EndPoint info, String why) { in removeSyncsForAuthority() 1218 public void removePeriodicSync(EndPoint target, Bundle extras, String why) { in removePeriodicSync() 1293 String why) { in sendCancelSyncsMessage() 1378 private void clearBackoffSetting(EndPoint target, String why) { in clearBackoffSetting() 1439 private void rescheduleSyncs(EndPoint target, String why) { in rescheduleSyncs() 1491 public void cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras, String why) { in cancelActiveSync() 3175 private void deferSyncH(SyncOperation op, long delay, String why) { in deferSyncH() 3202 private void deferActiveSyncH(ActiveSyncContext asc, String why) { in deferActiveSyncH() 3449 private void removePeriodicSyncInternalH(SyncOperation syncOperation, String why) { in removePeriodicSyncInternalH() [all …]
|
| D | SyncJobService.java | 173 public void callJobFinished(int jobId, boolean needsReschedule, String why) { in callJobFinished()
|
| /frameworks/base/core/java/android/view/ |
| D | WindowManagerPolicyConstants.java | 112 static String offReasonToString(int why) { in offReasonToString()
|
| /frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
| D | KeyguardServiceDelegate.java | 352 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 360 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
|
| /frameworks/base/services/core/java/com/android/server/power/ |
| D | Notifier.java | 437 final int why = translateOffReason(mInteractiveChangeReason); in handleEarlyInteractiveChange() local 477 final int why = translateOffReason(mInteractiveChangeReason); in handleLateInteractiveChange() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
| D | DozeLog.java | 149 public static void traceScreenOff(int why) { in traceScreenOff()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
| D | KeyguardViewMediator.java | 799 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 843 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| D | WindowManagerPolicy.java | 1265 public void startedGoingToSleep(int why); in startedGoingToSleep() 1273 public void finishedGoingToSleep(int why); in finishedGoingToSleep()
|
| D | PhoneWindowManager.java | 6785 public void startedGoingToSleep(int why) { in startedGoingToSleep() 6798 public void finishedGoingToSleep(int why) { in finishedGoingToSleep()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| D | WifiServiceImpl.java | 385 private void replyFailed(Message msg, int what, int why) { in replyFailed()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActiveServices.java | 2032 private final void bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why) { in bumpServiceExecutingLocked()
|