Searched refs:DEBUG (Results 26 - 50 of 471) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/printservice/
H A DPrintService.java159 private static final boolean DEBUG = false; field in class:PrintService
429 if (DEBUG) {
446 if (DEBUG) {
457 if (DEBUG) {
468 if (DEBUG) {
478 if (DEBUG) {
489 if (DEBUG) {
500 if (DEBUG) {
511 if (DEBUG) {
520 if (DEBUG) {
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DMutexFileProvider.java38 private static final boolean DEBUG = true; field in class:MutexFileProvider
85 if (DEBUG) {
99 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java30 private static final boolean DEBUG = false; field in class:DimLayer
72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
127 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
131 if (DEBUG) Slog.v(TAG, "setAlpha showing");
204 if (DEBUG) Slog.v(TAG, "show: immediate");
218 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
245 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime);
253 if (DEBUG) Slog.v(TAG, "hide: immediate");
266 if (DEBUG) Slo
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java31 private static final boolean DEBUG = false; field in class:ScrollerCompatTestBase
54 if (DEBUG) {
69 if (DEBUG) {
/frameworks/base/core/java/android/app/
H A DActivityView.java46 private static final boolean DEBUG = false; field in class:ActivityView
103 if (DEBUG) Log.v(TAG, "ctor()");
152 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +
158 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer +
170 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " +
185 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " +
201 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " "
214 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer +
247 if (DEBUG) Log.v(TAG, "attachToSurfaceWhenReady: " + (mQueuedIntent != null ||
284 if (DEBUG) Lo
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java81 private static final boolean DEBUG = false; field in class:BackgroundManager
262 private static boolean DEBUG = BackgroundManager.DEBUG; field in class:BackgroundManager.BackgroundContinuityService
285 if (DEBUG) Log.v(TAG, "Returning instance with new count " + count);
292 if (DEBUG) Log.v(TAG, "mCount is zero, resetting");
382 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
434 if (DEBUG) Log.v(TAG, "onActivityResume " + this +
438 if (DEBUG) Log.v(TAG, "onActivityResume " + this + " updating service color "
449 if (DEBUG) Log.v(TAG, "syncWithService color " + Integer.toHexString(color)
491 if (DEBUG) Lo
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false; field in class:LoaderManagerImpl
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java125 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardViewMediator
357 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
596 if (DEBUG) Log.d(TAG, "onSystemReady");
611 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot");
632 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
646 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
710 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
726 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence);
774 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java36 static final boolean DEBUG = false; field in class:UpdateLockService
51 if (DEBUG) {
57 if (DEBUG) {
89 if (DEBUG) {
99 if (DEBUG) {
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java43 private static boolean DEBUG = false; field in class:ParceledListSlice
61 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
84 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
92 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
108 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
147 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
159 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
172 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
180 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
184 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java43 private static final boolean DEBUG = true; field in class:NetInitiatedActivity
60 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction());
100 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
109 if (DEBUG) Log.d(TAG, "onResume");
116 if (DEBUG) Log.d(TAG, "onPause");
138 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response);
148 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction());
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java34 private static final boolean DEBUG = false; field in class:EditableInputConnection
117 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
129 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
138 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
145 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
192 if (DEBUG) Log.v(TAG, "requestUpdateCursorAnchorInfo " + cursorUpdateMode);
200 if (DEBUG) {
H A DSizeAdaptiveLayout.java55 private static final boolean DEBUG = false; field in class:SizeAdaptiveLayout
152 if (DEBUG) Log.d(TAG, this + " measure spec: " +
161 if (DEBUG) Log.d(TAG, "active min: " + lp.minHeight + " max: " + lp.maxHeight);
166 if (DEBUG) Log.d(TAG, "measured child at: " + childHeight);
169 if (DEBUG) Log.d(TAG, "resolved to: " + resolvedHeight);
171 if (DEBUG) Log.d(TAG, "bounded to: " + boundedHeight);
208 if (DEBUG) Log.d(TAG, "looking at " + i +
225 if (DEBUG) Log.d(TAG, " found exact match, finishing early");
242 if (DEBUG) Log.d(TAG, this + " onlayout height: " + (bottom - top));
252 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java34 public static final boolean DEBUG = false; field in class:DeadZone
77 if (DEBUG)
108 if (DEBUG) {
116 if (DEBUG) {
136 if (DEBUG)
158 final float frac = DEBUG ? (mFlashFrac - 0.5f) + 0.5f : mFlashFrac;
161 if (DEBUG && size > mSizeMin)
H A DHotspotControllerImpl.java38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:HotspotControllerImpl
62 if (DEBUG) Log.d(TAG, "addCallback " + callback);
69 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
143 if (DEBUG) Log.d(TAG, "Registering receiver");
149 if (DEBUG) Log.d(TAG, "Unregistering receiver");
157 if (DEBUG) Log.d(TAG, "onReceive " + intent.getAction());
H A DAccessPointControllerImpl.java50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AccessPointControllerImpl
97 if (DEBUG) Log.d(TAG, "addCallback " + callback);
105 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
113 if (DEBUG) Log.d(TAG, "scan!");
121 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.networkId);
176 if (DEBUG) Log.d(TAG, "connectedNetworkId: " + connectedNetworkId);
179 if (DEBUG) Log.d(TAG, "scanResults: " + scanResults);
223 if (DEBUG) Log.d(TAG, "connect success");
228 if (DEBUG) Lo
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewSharedElementHelper.java40 private static final boolean DEBUG = false; field in class:DetailsOverviewSharedElementHelper
62 if (DEBUG) {
80 if (DEBUG) {
92 if (DEBUG) {
109 if (DEBUG) {
146 if (DEBUG) {
179 if (DEBUG) {
191 if (DEBUG) {
201 if (DEBUG) {
205 if (DEBUG) {
[all...]
H A DSearchBar.java59 private static final boolean DEBUG = false; field in class:SearchBar
191 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus);
238 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent);
242 if (DEBUG) Log.v(TAG, "Action or enter pressed");
247 if (DEBUG) Log.v(TAG, "Delayed action handling (search)");
253 if (DEBUG) Log.v(TAG, "Escaped North");
258 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)");
263 if (DEBUG) Log.v(TAG, "Voice Clicked");
268 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)");
293 if (DEBUG) Lo
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java41 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:CameraWidgetFrame
85 if (DEBUG) Log.d(TAG, "Launching camera at " + mLaunchCameraStart);
163 if (DEBUG) Log.d(TAG, "new CameraWidgetFrame instance " + instanceId());
188 if (DEBUG) Log.d(TAG, "inflateWidgetView: " + widgetInfo.contextPackage);
210 if (DEBUG) Log.d(TAG, "inflateGenericWidgetView");
223 if (DEBUG) Log.d(TAG, String.format("Already rendered at size=%sx%s %d%%",
257 if (DEBUG) Log.d(TAG, String.format("Rendered camera widget size=%sx%s %d%% instance=%s",
277 if (DEBUG) {
345 if (DEBUG) Lo
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp30 static const bool DEBUG = false; member in namespace:android
65 if (DEBUG) ALOGI("BackupDataWriter(%d) @ %ld", fd, (long)m_pos);
82 if (DEBUG) ALOGI("writing %zd padding bytes for %d", paddingSize, n);
115 if (DEBUG) {
129 if (DEBUG) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1));
137 if (DEBUG) ALOGI("writing entity header key, %zd bytes", keyLen+1);
155 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
158 if (DEBUG) {
170 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
192 if (DEBUG) ALOG
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DSystemGesturesPointerEventListener.java30 private static final boolean DEBUG = false; field in class:SystemGesturesPointerEventListener
59 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold
84 if (DEBUG) Slog.d(TAG, "Firing debug");
94 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop");
97 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom");
100 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight");
111 if (DEBUG) Slog.d(TAG, "Ignoring " + event);
118 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
124 if (DEBUG) Slog.d(TAG, "pointer " + pointerId +
171 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNextAlarmConditionProvider.java51 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:NextAlarmConditionProvider
71 if (DEBUG) Slog.d(TAG, "new NextAlarmConditionProvider()");
86 if (DEBUG) Slog.d(TAG, "onConnected");
96 if (DEBUG) Slog.d(TAG, "onDestroy");
103 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
111 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
122 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
142 if (DEBUG) Slog.d(TAG, "notifyCondition " + Condition.stateToString(state)
182 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RemoteDisplayProviderProxy
138 if (DEBUG) {
149 if (DEBUG) {
186 if (DEBUG) {
195 if (!mBound && DEBUG) {
199 if (DEBUG) {
208 if (DEBUG) {
220 if (DEBUG) {
233 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/os/
H A DWorkSource.java14 static final boolean DEBUG = false; field in class:WorkSource
276 if (DEBUG) Log.d(TAG, "Adding uid " + uid + " to " + this + ": binsearch res = " + i);
364 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
366 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
369 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
376 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1");
379 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2");
398 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
400 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
403 if (DEBUG) Lo
[all...]

Completed in 796 milliseconds

1234567891011>>