| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/ |
| D | WakeLockFake.java | 28 public void acquire(String why) { in acquire() 33 public void release(String why) { in release()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
| D | WakeLock.java | 44 void acquire(String why); in acquire() 50 void release(String why); in release()
|
| D | DelayedWakeLock.java | 41 public void acquire(String why) { in acquire() 46 public void release(String why) { in release()
|
| D | SettableWakeLock.java | 28 public SettableWakeLock(WakeLock inner, String why) { in SettableWakeLock()
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncJobService.java | 172 public static void callJobFinished(int jobId, boolean needsReschedule, String why) { in callJobFinished() 179 public void callJobFinishedInner(int jobId, boolean needsReschedule, String why) { in callJobFinishedInner()
|
| D | SyncManager.java | 401 private void clearAllBackoffs(String why) { in clearAllBackoffs() 1176 private void removeSyncsForAuthority(EndPoint info, String why) { in removeSyncsForAuthority() 1191 public void removePeriodicSync(EndPoint target, Bundle extras, String why) { in removePeriodicSync() 1267 String why) { in sendCancelSyncsMessage() 1352 private void clearBackoffSetting(EndPoint target, String why) { in clearBackoffSetting() 1413 private void rescheduleSyncs(EndPoint target, String why) { in rescheduleSyncs() 1465 public void cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras, String why) { in cancelActiveSync() 3110 private void deferSyncH(SyncOperation op, long delay, String why) { in deferSyncH() 3137 private void deferActiveSyncH(ActiveSyncContext asc, String why) { in deferActiveSyncH() 3384 private void removePeriodicSyncInternalH(SyncOperation syncOperation, String why) { in removePeriodicSyncInternalH() [all …]
|
| /frameworks/base/core/java/android/app/timedetector/ |
| D | TimeDetector.java | 39 static ManualTimeSuggestion createManualTimeSuggestion(long when, String why) { in createManualTimeSuggestion()
|
| /frameworks/base/core/java/android/view/ |
| D | WindowManagerPolicyConstants.java | 118 static String onReasonToString(@OnReason int why) { in onReasonToString() 148 static String offReasonToString(int why) { in offReasonToString()
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | KeyguardUpdateMonitorCallback.java | 178 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() 189 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
|
| D | KeyguardUpdateMonitor.java | 2837 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() 2841 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
|
| /frameworks/base/services/core/java/com/android/server/power/ |
| D | Notifier.java | 472 final int why = translateOffReason(mInteractiveChangeReason); in handleEarlyInteractiveChange() local 494 final int why = translateOnReason(mInteractiveChangeReason); in handleLateInteractiveChange() local 523 final int why = translateOffReason(mInteractiveChangeReason); in handleLateInteractiveChange() local
|
| /frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
| D | KeyguardServiceDelegate.java | 348 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 356 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | BiometricUnlockController.java | 460 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 467 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
|
| D | StatusBar.java | 1353 public void wakeUpIfDozing(long time, View where, String why) { in wakeUpIfDozing()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
| D | DozeLog.java | 162 public void traceScreenOff(int why) { in traceScreenOff()
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| D | WindowManagerPolicy.java | 1063 public void startedGoingToSleep(int why); in startedGoingToSleep() 1071 public void finishedGoingToSleep(int why); in finishedGoingToSleep()
|
| D | PhoneWindowManager.java | 4382 public void startedGoingToSleep(int why) { in startedGoingToSleep() 4398 public void finishedGoingToSleep(int why) { in finishedGoingToSleep() 4430 public void startedWakingUp(@OnReason int why) { in startedWakingUp() 4456 public void finishedWakingUp(@OnReason int why) { in finishedWakingUp()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
| D | KeyguardViewMediator.java | 871 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 921 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActiveServices.java | 2661 private final void bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why) { in bumpServiceExecutingLocked()
|