/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | WakeLock.java | 49 void acquire(String why); in acquire() argument 55 void release(String why); in release() argument 108 public void acquire(String why) { 109 mActiveClients.putIfAbsent(why, 0); 110 mActiveClients.put(why, mActiveClients.get(why) + 1); 115 public void release(String why) { 116 Integer count = mActiveClients.get(why); 118 Log.wtf(TAG, "Releasing WakeLock with invalid reason: " + why, 122 mActiveClients.remove(why); 124 mActiveClients.put(why, count - 1);
|
D | DelayedWakeLock.java | 41 public void acquire(String why) { in acquire() argument 42 mInner.acquire(why); in acquire() 46 public void release(String why) { in release() argument 47 mHandler.postDelayed(() -> mInner.release(why), RELEASE_DELAY_MS); in release()
|
D | SettableWakeLock.java | 28 public SettableWakeLock(WakeLock inner, String why) { in SettableWakeLock() argument 32 mWhy = why; in SettableWakeLock()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicyConstants.java | 154 static String onReasonToString(@OnReason int why) { in onReasonToString() argument 155 switch (why) { in onReasonToString() 163 return Integer.toString(why); in onReasonToString() 204 static String offReasonToString(int why) { in offReasonToString() argument 205 switch (why) { in offReasonToString() 213 return Integer.toString(why); in offReasonToString()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/wakelock/ |
D | WakeLockFake.java | 28 public void acquire(String why) { in acquire() argument 33 public void release(String why) { in release() argument
|
/frameworks/base/core/java/android/app/timedetector/ |
D | TimeDetector.java | 51 static ManualTimeSuggestion createManualTimeSuggestion(long when, String why) { in createManualTimeSuggestion() argument 55 manualTimeSuggestion.addDebugInfo(why); in createManualTimeSuggestion()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncJobService.java | 174 public static void callJobFinished(int jobId, boolean needsReschedule, String why) { in callJobFinished() argument 177 instance.callJobFinishedInner(jobId, needsReschedule, why); in callJobFinished() 181 public void callJobFinishedInner(int jobId, boolean needsReschedule, String why) { in callJobFinishedInner() argument 188 " why=", why); in callJobFinishedInner()
|
D | SyncManager.java | 387 private void clearAllBackoffs(String why) { in clearAllBackoffs() argument 389 rescheduleSyncs(EndPoint.USER_ALL_PROVIDER_ALL_ACCOUNTS_ALL, why); in clearAllBackoffs() 1155 private void removeSyncsForAuthority(EndPoint info, String why) { in removeSyncsForAuthority() argument 1156 mLogger.log("removeSyncsForAuthority: ", info, why); in removeSyncsForAuthority() 1162 cancelJob(op, why); in removeSyncsForAuthority() 1170 public void removePeriodicSync(EndPoint target, Bundle extras, String why) { in removePeriodicSync() argument 1172 Pair.create(target, why)); in removePeriodicSync() 1280 String why) { in sendCancelSyncsMessage() argument 1283 mLogger.log("sendCancelSyncsMessage() ep=", info, " why=", why); in sendCancelSyncsMessage() 1365 private void clearBackoffSetting(EndPoint target, String why) { in clearBackoffSetting() argument [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorCallback.java | 160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() argument 171 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep() argument
|
D | KeyguardMessageAreaController.java | 50 public void onFinishedGoingToSleep(int why) {
|
D | KeyguardUpdateMonitor.java | 3902 public void dispatchStartedGoingToSleep(int why) { in dispatchStartedGoingToSleep() argument 3903 mHandler.sendMessage(mHandler.obtainMessage(MSG_STARTED_GOING_TO_SLEEP, why, 0)); in dispatchStartedGoingToSleep() 3906 public void dispatchFinishedGoingToSleep(int why) { in dispatchFinishedGoingToSleep() argument 3910 mHandler.sendMessage(mHandler.obtainMessage(MSG_FINISHED_GOING_TO_SLEEP, why, 0)); in dispatchFinishedGoingToSleep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLog.java | 190 public void traceScreenOff(int why) { in traceScreenOff() argument 191 mLogger.logScreenOff(why); in traceScreenOff() 490 public void onFinishedGoingToSleep(int why) { 491 traceScreenOff(why);
|
D | DozeLogger.kt | 131 fun logScreenOff(why: Int) { in logScreenOff() 133 int1 = why in logScreenOff()
|
/frameworks/base/packages/SystemUI/docs/ |
D | kotlin-in-sysui.md | 16 you know what they do and why you are using them.
|
/frameworks/base/wifi/tests/ |
D | README.md | 30 If you are trying to debug why tests are not doing what you expected, you can add android log
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 28 // Format a human readable reason why an incident report is requested.
|
/frameworks/base/lowpan/tests/ |
D | README.md | 48 If you are trying to debug why tests are not doing what you expected, you can add android log
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | SessionTracker.java | 140 public void onStartedGoingToSleep(int why) {
|
/frameworks/rs/ |
D | support.bp | 183 // TODO: why isn't this picked up from the host GLOBAL_CFLAGS?
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfaces.java | 212 void wakeUpIfDozing(long time, View where, String why, @PowerManager.WakeReason int wakeReason); in wakeUpIfDozing() argument
|
D | KeyguardStatusBarViewController.java | 217 public void onFinishedGoingToSleep(int why) {
|
/frameworks/opt/net/ims/ |
D | README.txt | 74 It enables an application to get details on why a method call failed.
|
/frameworks/proto_logging/stats/enums/app/ |
D | enums.proto | 234 * The reason code that why app process is killed. 330 * The supplemental reason code that why app process is killed
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 146 // was removed. This explains why the numbering scheme is so odd. If
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | glossary.md | 11 …shows the usage of a clock that does not support variable weights which is why the clock is thicke…
|