Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
DWakeLock.java49 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);
DDelayedWakeLock.java41 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()
DSettableWakeLock.java28 public SettableWakeLock(WakeLock inner, String why) { in SettableWakeLock() argument
32 mWhy = why; in SettableWakeLock()
/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java154 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/
DWakeLockFake.java28 public void acquire(String why) { in acquire() argument
33 public void release(String why) { in release() argument
/frameworks/base/core/java/android/app/timedetector/
DTimeDetector.java51 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/
DSyncJobService.java174 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()
DSyncManager.java387 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/
DKeyguardUpdateMonitorCallback.java160 public void onStartedGoingToSleep(int why) { } in onStartedGoingToSleep() argument
171 public void onFinishedGoingToSleep(int why) { } in onFinishedGoingToSleep() argument
DKeyguardMessageAreaController.java50 public void onFinishedGoingToSleep(int why) {
DKeyguardUpdateMonitor.java3902 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/
DDozeLog.java190 public void traceScreenOff(int why) { in traceScreenOff() argument
191 mLogger.logScreenOff(why); in traceScreenOff()
490 public void onFinishedGoingToSleep(int why) {
491 traceScreenOff(why);
DDozeLogger.kt131 fun logScreenOff(why: Int) { in logScreenOff()
133 int1 = why in logScreenOff()
/frameworks/base/packages/SystemUI/docs/
Dkotlin-in-sysui.md16 you know what they do and why you are using them.
/frameworks/base/wifi/tests/
DREADME.md30 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/
Dheader.proto28 // Format a human readable reason why an incident report is requested.
/frameworks/base/lowpan/tests/
DREADME.md48 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/
DSessionTracker.java140 public void onStartedGoingToSleep(int why) {
/frameworks/rs/
Dsupport.bp183 // TODO: why isn't this picked up from the host GLOBAL_CFLAGS?
/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() argument
DKeyguardStatusBarViewController.java217 public void onFinishedGoingToSleep(int why) {
/frameworks/opt/net/ims/
DREADME.txt74 It enables an application to get details on why a method call failed.
/frameworks/proto_logging/stats/enums/app/
Denums.proto234 * 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/
Denums.proto146 // was removed. This explains why the numbering scheme is so odd. If
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md11 …shows the usage of a clock that does not support variable weights which is why the clock is thicke…

12