Searched refs:DEBUG (Results 176 - 200 of 761) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java53 static final boolean DEBUG = true || Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:ScheduleConditionProvider
76 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
111 if (DEBUG) Slog.d(TAG, "onConnected");
124 if (DEBUG) Slog.d(TAG, "onDestroy");
130 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
143 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
215 if (DEBUG) Slog.d(TAG, String.format("Scheduling evaluate for %s, in %s, now=%s",
219 if (DEBUG) Slog.d(TAG, "Not scheduling evaluate");
244 if (DEBUG) Slo
[all...]
H A DGroupHelper.java33 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GroupHelper
49 if (DEBUG) Log.i(TAG, "POSTED " + sbn.getKey());
145 if (DEBUG) Log.i(TAG, "Sending grouping adjustment for: " + key + " group? " + group);
H A DValidateNotificationPeople.java60 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ValidateNotificationPeople
96 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
109 if (DEBUG || mEvictionCount % 100 == 0) {
155 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
252 if (DEBUG) Slog.d(TAG, "using cached lookupResult");
271 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
395 if (DEBUG) Slog.d(TAG, "contact _ID is: " + id);
408 if (DEBUG) Slog.d(TAG, "contact STARRED is: " + isStarred);
410 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java19 import static com.android.server.om.OverlayManagerService.DEBUG;
54 if (DEBUG) {
73 if (DEBUG) {
H A DOverlayManagerServiceImpl.java24 import static com.android.server.om.OverlayManagerService.DEBUG;
78 if (DEBUG) {
112 if (DEBUG) {
160 if (DEBUG) {
167 if (DEBUG) {
177 if (DEBUG) {
188 if (DEBUG) {
198 if (DEBUG) {
209 if (DEBUG) {
243 if (DEBUG) {
[all...]
/frameworks/multidex/library/test/src/android/util/
H A DLog.java36 public static final int DEBUG = 3; field in class:Log
83 * Send a {@link #DEBUG} log message.
89 return println(LOG_ID_MAIN, DEBUG, tag, msg);
93 * Send a {@link #DEBUG} log message and log the exception.
100 return println(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/rs/rsov/compiler/
H A DRSSPIRVWriter.cpp67 DEBUG(dbgs() << "!!! Already a spir triple !!!\n");
70 DEBUG(dbgs() << "New triple:\t" << NewTriple << "\n");
121 DEBUG(M->dump());
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java56 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:LocalPlayer
88 if (DEBUG) {
95 if (DEBUG) {
109 if (DEBUG) {
135 if (DEBUG) {
167 if (DEBUG) {
180 if (DEBUG) {
193 if (DEBUG) {
215 if (DEBUG) {
[all...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java56 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:LocalPlayer
88 if (DEBUG) {
95 if (DEBUG) {
109 if (DEBUG) {
135 if (DEBUG) {
167 if (DEBUG) {
180 if (DEBUG) {
193 if (DEBUG) {
215 if (DEBUG) {
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java59 private static final boolean DEBUG = false; field in class:RemotePrintDocument
180 if (DEBUG) {
204 if (DEBUG) {
259 if (DEBUG) {
273 if (DEBUG) {
292 if (DEBUG) {
308 if (DEBUG) {
321 if (DEBUG) {
388 if (DEBUG) {
395 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java72 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ZenModePanel
153 if (DEBUG) Log.d(mTag, "new ZenModePanel");
275 if (DEBUG) Log.d(TAG, "confirmZenIntroduction " + prefKey);
299 if (DEBUG) Log.d(mTag, "onAttach " + mAttachedZen + " " + manualRule);
312 if (DEBUG) Log.d(mTag, "onDetach");
337 if (DEBUG) Log.d(mTag, "mSessionExitCondition=" + getConditionId(condition));
343 if (DEBUG) Log.d(mTag, "hidden=" + hidden);
351 if (DEBUG) Log.d(mTag, "selectedZen=" + selectedZen);
353 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java67 private static final boolean DEBUG = false; field in class:CameraDeviceUserShim
355 if (DEBUG) {
399 if (DEBUG) {
417 if (DEBUG) {
438 if (DEBUG) {
459 if (DEBUG) {
480 if (DEBUG) {
501 if (DEBUG) {
533 if (DEBUG) {
560 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/os/
H A DWorkSource.java16 static final boolean DEBUG = false; field in class:WorkSource
278 if (DEBUG) Log.d(TAG, "Adding uid " + uid + " to " + this + ": binsearch res = " + i);
366 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
368 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
371 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
378 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1");
381 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2");
400 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
402 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
405 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipManager.java64 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:PipManager
349 if (DEBUG) Log.d(TAG,
362 if (DEBUG) Log.d(TAG,
373 if (DEBUG) Log.d(TAG, "resizePinnedStack() state=" + state, new Exception());
380 if (DEBUG) Log.d(TAG, "resizePinnedStack() deferring"
437 if (DEBUG) Log.d(TAG, "showPipMenu()");
602 if (DEBUG) Log.d(TAG, "onTaskStackChanged()");
603 if (!checkCurrentUserId(mContext, DEBUG)) {
639 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java37 static final boolean DEBUG = false; field in class:WindowManagerDebugConfig
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAudioDevice.java21 protected static final boolean DEBUG = false; field in class:UsbAudioDevice
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DRSTest.java32 private static final boolean DEBUG = false; field in class:RSTest
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.c207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n"));
227 DEBUG(("Access unit boundary\n"));
231 DEBUG(("CONCEALING..."));
258 DEBUG(("...DONE\n"));
272 DEBUG(("SEQ PARAM SET\n"));
285 DEBUG(("PIC PARAM SET\n"));
300 DEBUG(("IDR "));
303 DEBUG(("SLICE HEADER\n"));
444 DEBUG(("SLICE DATA, FIRST %d\n",
464 DEBUG(("SE
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java44 private static final boolean DEBUG = ShortcutService.DEBUG; field in class:ShortcutRequestPinProcessor
205 if (DEBUG) {
304 if (DEBUG) {
354 if (DEBUG) {
361 if (DEBUG) {
431 if (DEBUG) {
465 if (DEBUG) {
491 if (DEBUG) {
504 if (DEBUG) {
[all...]
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java126 private static final boolean DEBUG = false; field in class:PercentLayoutHelper
156 if (DEBUG) {
170 if (DEBUG) {
176 if (DEBUG) {
292 if (DEBUG) {
307 if (DEBUG) {
313 if (DEBUG) {
346 if (DEBUG) {
364 if (DEBUG) {
488 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableString.java34 private static final boolean DEBUG = false; field in class:MarshalQueryableString
77 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DArrayUtils.java31 private static final boolean DEBUG = false; field in class:ArrayUtils
120 if (DEBUG) Log.v(TAG, "Ignoring invalid value " + str);
/frameworks/base/core/java/android/view/
H A DInputChannel.java33 private static final boolean DEBUG = false; field in class:InputChannel
91 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/os/
H A DKernelMemoryBandwidthStats.java29 private static final boolean DEBUG = false; field in class:KernelMemoryBandwidthStats
72 if (DEBUG) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallback.java35 private static final boolean DEBUG = false; field in class:VisibilityCallback
106 if (DEBUG) {

Completed in 1309 milliseconds

1234567891011>>