/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/ |
D | WakeLockFake.java | 26 public void acquire(String why) { in acquire() 31 public void release(String why) { in release()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | DelayedWakeLock.java | 38 public void acquire(String why) { in acquire() 43 public void release(String why) { in release()
|
D | WakeLock.java | 42 void acquire(String why); in acquire() 48 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 | 397 private void clearAllBackoffs(String why) { in clearAllBackoffs() 1172 private void removeSyncsForAuthority(EndPoint info, String why) { in removeSyncsForAuthority() 1187 public void removePeriodicSync(EndPoint target, Bundle extras, String why) { in removePeriodicSync() 1263 String why) { in sendCancelSyncsMessage() 1348 private void clearBackoffSetting(EndPoint target, String why) { in clearBackoffSetting() 1409 private void rescheduleSyncs(EndPoint target, String why) { in rescheduleSyncs() 1461 public void cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras, String why) { in cancelActiveSync() 3106 private void deferSyncH(SyncOperation op, long delay, String why) { in deferSyncH() 3133 private void deferActiveSyncH(ActiveSyncContext asc, String why) { in deferActiveSyncH() 3382 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 | 117 static String onReasonToString(@OnReason int why) { in onReasonToString() 147 static String offReasonToString(int why) { in offReasonToString()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorCallback.java | 186 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() 197 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
|
D | KeyguardUpdateMonitor.java | 2546 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() 2550 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ShadeController.java | 108 void wakeUpIfDozing(long time, View view, @NonNull String why); in wakeUpIfDozing()
|
D | BiometricUnlockController.java | 370 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 378 public void onFinishedGoingToSleep(int why) { in onFinishedGoingToSleep()
|
D | StatusBar.java | 1184 public void wakeUpIfDozing(long time, View where, String why) { in wakeUpIfDozing()
|
/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/doze/ |
D | DozeLog.java | 153 public static void traceScreenOff(int why) { in traceScreenOff() 264 public static void tracePulseDropped(Context context, String why) { in tracePulseDropped()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 459 final int why = translateOffReason(mInteractiveChangeReason); in handleEarlyInteractiveChange() local 481 final int why = translateOnReason(mInteractiveChangeReason); in handleLateInteractiveChange() local 510 final int why = translateOffReason(mInteractiveChangeReason); in handleLateInteractiveChange() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 805 public void onStartedGoingToSleep(int why) { in onStartedGoingToSleep() 849 public void onFinishedGoingToSleep(int why, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 1095 public void startedGoingToSleep(int why); in startedGoingToSleep() 1103 public void finishedGoingToSleep(int why); in finishedGoingToSleep()
|
D | PhoneWindowManager.java | 4448 public void startedGoingToSleep(int why) { in startedGoingToSleep() 4464 public void finishedGoingToSleep(int why) { in finishedGoingToSleep() 4496 public void startedWakingUp(@OnReason int why) { in startedWakingUp() 4522 public void finishedWakingUp(@OnReason int why) { in finishedWakingUp()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 390 private void replyFailed(Message msg, int what, int why) { in replyFailed()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 2269 private final void bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why) { in bumpServiceExecutingLocked()
|