Searched defs:DEBUG (Results 201 - 225 of 519) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java40 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:CalendarTracker
110 if (DEBUG) Log.d(TAG, "getPrimaryCalendars took " + (System.currentTimeMillis() - start));
136 if (DEBUG) Log.d(TAG, String.format(
148 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY");
151 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE");
153 if (DEBUG) Log.d(TAG, " MEETS TIME");
184 if (DEBUG) Log.d(TAG, "No attendees found");
193 if (DEBUG) Log.d(TAG, (DEBUG_ATTENDEES ? String.format(
204 if (DEBUG) Lo
[all...]
H A DEventConditionProvider.java55 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:EventConditionProvider
78 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
117 if (DEBUG) Slog.d(TAG, "onBootComplete");
134 if (DEBUG) Slog.d(TAG, "onConnected");
141 if (DEBUG) Slog.d(TAG, "onDestroy");
147 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
161 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
180 if (DEBUG) Slog.d(TAG, "reloadTrackers");
203 if (DEBUG) Slo
[all...]
H A DScheduleConditionProvider.java47 static final boolean DEBUG = true || Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:ScheduleConditionProvider
66 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
98 if (DEBUG) Slog.d(TAG, "onConnected");
110 if (DEBUG) Slog.d(TAG, "onDestroy");
116 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
127 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
183 if (DEBUG) Slog.d(TAG, String.format("Scheduling evaluate for %s, in %s, now=%s",
187 if (DEBUG) Slog.d(TAG, "Not scheduling evaluate");
212 if (DEBUG) Slo
[all...]
H A DZenModeFiltering.java39 private static final boolean DEBUG = ZenModeHelper.DEBUG; field in class:ZenModeFiltering
202 if (DEBUG) Slog.d(TAG, "Default phone app: " + mDefaultPhoneApp);
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java49 private static final boolean DEBUG = false; field in class:BurnInProtectionHelper
86 if (DEBUG) {
163 if (DEBUG) {
H A DImmersiveModeConfirmation.java60 private static final boolean DEBUG = false; field in class:ImmersiveModeConfirmation
96 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d", mCurrentUserId));
103 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed);
110 if (DEBUG) Slog.d(TAG, "saveSetting()");
117 if (DEBUG) Slog.d(TAG, "Saved value=" + value);
140 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s",
169 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()");
176 if (DEBUG) Slog.d(TAG, "Hiding immersive mode confirmation");
336 if (DEBUG) Slog.d(TAG, "Showing immersive mode confirmation");
353 if (DEBUG) Slo
[all...]
H A DPolicyControl.java53 private static boolean DEBUG = false; field in class:PolicyControl
114 if (DEBUG) Slog.d(TAG, "reloadFromSetting()");
144 if (DEBUG) Slog.d(TAG, "setFilters: " + value);
176 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java74 private static final boolean DEBUG = false; field in class:WirelessChargerDetector
262 if (DEBUG) {
295 if (DEBUG) {
319 if (DEBUG) {
325 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java54 private static final boolean DEBUG = false; field in class:TrustAgentWrapper
130 if (DEBUG) {
149 if (DEBUG) Slog.v(TAG, "Trust timed out : " + mName.flattenToShortString());
172 if (DEBUG) Log.v(TAG, "Re-enabling agent because it acknowledged "
178 if (DEBUG) Log.w(TAG, "Ignoring MSG_SET_TRUST_AGENT_FEATURES_COMPLETED "
199 if (DEBUG) Slog.v(TAG, "enableTrust(" + userMessage + ", durationMs = " + durationMs
210 if (DEBUG) Slog.v(TAG, "revokeTrust()");
216 if (DEBUG) Slog.v(TAG, "managingTrust()");
222 if (DEBUG) Slog.v(TAG, "onSetTrustAgentFeaturesEnabledCompleted(result=" + result);
231 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java36 private final static boolean DEBUG = false; field in class:TvInputHal
133 if (DEBUG) {
164 if (DEBUG) {
175 if (DEBUG) {
186 if (DEBUG) {
H A DTvRemoteService.java43 private static final boolean DEBUG = false; field in class:TvRemoteService
72 if (DEBUG) Slog.d(TAG, "onStart()");
83 if (DEBUG) Slog.d(TAG, "PHASE_THIRD_PARTY_APPS_CAN_START");
97 if (DEBUG) {
105 if (DEBUG) Slog.d(TAG, "RemoteBridge already exists");
125 if (DEBUG) {
140 if (DEBUG) {
265 if (DEBUG) {
281 if (DEBUG) Slog.d(TAG, "closeInputBridge(), token: " + token);
292 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java49 private static final boolean DEBUG = DEBUG_LOCAL || DEBUG_ANIM; field in class:BoundsAnimationController
155 if (DEBUG) Slog.d(TAG, "animateUpdate: mTarget=" + mTarget + " mBounds="
172 if (DEBUG) Slog.d(TAG, "onAnimationStart: mTarget=" + mTarget
193 if (DEBUG) Slog.d(TAG, "onAnimationEnd: mTarget=" + mTarget
222 if (DEBUG) Slog.d(TAG, "cancel: willReplace mTarget=" + mTarget);
232 if (DEBUG) Slog.d(TAG, "finishAnimation: mTarget=" + mTarget
290 if (DEBUG) Slog.d(TAG, "animateBounds: target=" + target + " from=" + from + " to=" + to
297 if (DEBUG) Slog.d(TAG, "animateBounds: same destination as existing=" + existing
H A DWindowManagerDebugConfig.java37 static final boolean DEBUG = false; field in class:WindowManagerDebugConfig
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java54 private static final boolean DEBUG = false; field in class:UsbAlsaManager
157 if (DEBUG) {
193 if (DEBUG) {
215 if (DEBUG) {
298 if (DEBUG) {
312 if (DEBUG) {
344 if (DEBUG) {
351 if (DEBUG) {
369 if (DEBUG) {
380 if (DEBUG) {
[all...]
H A DUsbDebuggingManager.java57 private static final boolean DEBUG = false; field in class:UsbDebuggingManager
87 if (DEBUG) Slog.d(TAG, "Entering thread");
91 if (DEBUG) Slog.d(TAG, "Exiting thread");
116 if (DEBUG) Slog.d(TAG, "Creating socket");
157 if (DEBUG) Slog.d(TAG, "Closing socket");
H A DUsbHostManager.java42 private static final boolean DEBUG = false; field in class:UsbHostManager
118 if (DEBUG) {
206 if (DEBUG) {
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java52 private static final boolean DEBUG = true; field in class:SoundTriggerService
126 if (DEBUG) {
143 if (DEBUG) {
153 if (DEBUG) {
164 if (DEBUG) {
173 if (DEBUG) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java48 private final static boolean DEBUG = false; field in class:FilterGraph
517 if (DEBUG) {
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java38 private static final boolean DEBUG = false; field in class:DemoModeController
95 if (DEBUG) Log.d(TAG, "down");
107 if (DEBUG) Log.d(TAG, "upOrCancel");
133 if (DEBUG) Log.d(TAG, String.format("hsv=(%s,%s,%s) argb=#%08x", hue, sat, val, color));
204 if (DEBUG) Log.d(TAG, "toggleMode");
217 if (DEBUG) Log.d(TAG, "mControllingColor = true");
224 if (DEBUG) Log.d(TAG, "exitDemoMode");
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java63 public static final boolean DEBUG = false; field in class:DecodeTask
259 if (DEBUG) {
273 if (DEBUG) {
278 if (DEBUG) {
330 if (DEBUG) {
450 if (DEBUG) {
455 if (DEBUG) {
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java46 private static final boolean DEBUG = false; field in class:GenericInflater
261 if (DEBUG) Log.v(TAG, "INFLATING from resource: " + resource);
309 if (DEBUG) {
320 if (DEBUG) Log.v(TAG, "-----> start inflating children");
323 if (DEBUG) Log.v(TAG, "-----> done inflating children");
410 if (DEBUG) Log.v(TAG, "******** Creating item: " + name);
423 if (DEBUG) Log.v(TAG, "Created item is: " + item);
458 if (DEBUG) Log.v(TAG, "Now inflating tag: " + parser.getName());
463 if (DEBUG) Log.v(TAG, "Creating params from parent: " + node);
468 if (DEBUG) Lo
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java85 private static final boolean DEBUG = false; field in class:PduParser
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java31 private static final boolean DEBUG = false; field in class:PduCache
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java42 private static final boolean DEBUG = false; field in class:TimeZoneData
123 if (DEBUG) {
150 if (DEBUG) {
155 if (DEBUG) {
219 } else if (DEBUG) {
346 if (DEBUG) {
425 if (DEBUG) {
432 if (DEBUG) {
449 if (DEBUG) {
455 if (DEBUG) {
[all...]
H A DTimeZoneFilterTypeAdapter.java37 private static final boolean DEBUG = false; field in class:TimeZoneFilterTypeAdapter
169 if (DEBUG) {
249 if (DEBUG) {
392 if (DEBUG) {
412 if (DEBUG) {
417 if (DEBUG) {

Completed in 491 milliseconds

1234567891011>>