Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/wakelock/
DWakeLockFake.java28 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/
DDelayedWakeLock.java41 public void acquire(String why) { in acquire()
46 public void release(String why) { in release()
DWakeLock.java49 void acquire(String why); in acquire()
55 void release(String why); in release()
DSettableWakeLock.java28 public SettableWakeLock(WakeLock inner, String why) { in SettableWakeLock()
/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java174 public static void callJobFinished(int jobId, boolean needsReschedule, String why) { in callJobFinished()
181 public void callJobFinishedInner(int jobId, boolean needsReschedule, String why) { in callJobFinishedInner()
DSyncManager.java387 private void clearAllBackoffs(String why) { in clearAllBackoffs()
1155 private void removeSyncsForAuthority(EndPoint info, String why) { in removeSyncsForAuthority()
1170 public void removePeriodicSync(EndPoint target, Bundle extras, String why) { in removePeriodicSync()
1280 String why) { in sendCancelSyncsMessage()
1365 private void clearBackoffSetting(EndPoint target, String why) { in clearBackoffSetting()
1426 private void rescheduleSyncs(EndPoint target, String why) { in rescheduleSyncs()
1478 public void cancelActiveSync(SyncStorageEngine.EndPoint info, Bundle extras, String why) { in cancelActiveSync()
3160 private void deferSyncH(SyncOperation op, long delay, String why) { in deferSyncH()
3187 private void deferActiveSyncH(ActiveSyncContext asc, String why) { in deferActiveSyncH()
3437 private void removePeriodicSyncInternalH(SyncOperation syncOperation, String why) { in removePeriodicSyncInternalH()
[all …]
/frameworks/base/core/java/android/app/timedetector/
DTimeDetector.java51 static ManualTimeSuggestion createManualTimeSuggestion(long when, String why) { in createManualTimeSuggestion()
/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java154 static String onReasonToString(@OnReason int why) { in onReasonToString()
204 static String offReasonToString(int why) { in offReasonToString()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep()
171 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep()
DKeyguardUpdateMonitor.java3902 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep()
3906 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java190 public void traceScreenOff(int why) { in traceScreenOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java212 void wakeUpIfDozing(long time, View where, String why, @PowerManager.WakeReason int wakeReason); in wakeUpIfDozing()
DCentralSurfacesImpl.java1548 public void wakeUpIfDozing(long time, View where, String why, in wakeUpIfDozing()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3595 private boolean bumpServiceExecutingLocked(ServiceRecord r, boolean fg, String why, in bumpServiceExecutingLocked()