Searched refs:DEBUG (Results 101 - 125 of 648) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java52 protected static final boolean DEBUG = false; field in class:ExpandHelper
218 if (DEBUG) Log.d(TAG, "isinside (" + x + ", " + y + ")");
221 if (DEBUG) Log.d(TAG, "isinside null subject");
229 if (DEBUG) Log.d(TAG, " to global (" + x + ", " + y + ")");
235 if (DEBUG) Log.d(TAG, " to local (" + x + ", " + y + ")");
236 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
299 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
328 if (DEBUG) Log.d(TAG, "up/cancel");
425 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
480 if (DEBUG) Lo
[all...]
H A DSystemUIApplication.java41 private static final boolean DEBUG = false; field in class:SystemUIApplication
96 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED received");
148 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED was already sent");
157 if (DEBUG) Log.d(TAG, "loading: " + cl);
169 if (DEBUG) Log.d(TAG, "running: " + mServices[i]);
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java40 private static final boolean DEBUG = false; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java71 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
122 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java51 private static boolean DEBUG = false; field in class:DisplayPowerState
125 if (DEBUG) {
149 if (DEBUG) {
220 if (DEBUG) {
311 if (DEBUG) {
317 if (DEBUG) {
363 if (DEBUG) {
428 if (DEBUG) {
/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
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java44 private static final boolean DEBUG = false; field in class:RSTest_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchEditText.java28 private static final boolean DEBUG = false; field in class:SearchEditText
57 if (DEBUG) Log.v(TAG, "Keyboard being dismissed");
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java58 public boolean DEBUG = false; field in class:SubtitleTrack
142 if (DEBUG) Log.v(TAG, "Removing " + cue);
150 if (DEBUG) Log.v(TAG, "Adding " + cue);
205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
215 if (DEBUG) Log.d(TAG, "sched @" + mNextScheduledTimeMs + " after " + mLastTimeMs);
228 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
243 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
259 if (DEBUG) Log.d(TAG, "onStop");
333 if (DEBUG) Log.v(TAG, "mVisible=" + mVisible + ", " +
361 if (DEBUG) Lo
398 public boolean DEBUG = false; field in class:SubtitleTrack.CueList
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableParcelable.java37 private static final boolean DEBUG = false; field in class:MarshalQueryableParcelable
73 if (DEBUG) {
103 if (DEBUG) {
145 if (DEBUG) {
168 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/os/
H A DMobileRadioPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:MobileRadioPowerCalculator
87 if (DEBUG && app.mobileRadioPowerMah != 0) {
105 if (DEBUG && p != 0) {
119 if (DEBUG && p != 0) {
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DAppIdleController.java39 private static final boolean DEBUG = false; field in class:AppIdleController
56 if (DEBUG) {
81 if (DEBUG) {
118 if (DEBUG) {
195 if (DEBUG) {
/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) {
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java65 private static final boolean DEBUG = false; field in class:RemotePrintSpooler
142 if (DEBUG) {
166 if (DEBUG) {
190 if (DEBUG) {
213 if (DEBUG) {
240 if (DEBUG) {
265 if (DEBUG) {
294 if (DEBUG) {
321 if (DEBUG) {
350 if (DEBUG) {
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java49 private static final boolean DEBUG = false; field in class:BaseFragmentPagerAdapter
84 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
89 if (DEBUG) Log.e(TAG, "NPE workaround for getItem(). See b/7103023");
92 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
108 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java32 private static final boolean DEBUG = false; field in class:SimpleArrayMap
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
161 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
183 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
197 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
395 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
402 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
411 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Lo
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DAsyncListUtil.java49 private static final boolean DEBUG = false; field in class:AsyncListUtil
211 if (DEBUG) {
230 if (DEBUG) {
241 if (DEBUG) {
268 if (DEBUG) {
275 if (DEBUG) {
313 if (DEBUG) {
327 if (DEBUG) {
353 if (DEBUG) {
363 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java212 static final boolean DEBUG = false; field in class:InputMethodManager
421 if (DEBUG) {
450 if (DEBUG) {
476 if (DEBUG) {
800 if (DEBUG) Log.v(TAG, "Clearing binding!");
840 if (DEBUG) Log.v(TAG, "FINISH INPUT: mServedView=" + dumpViewInfo(mServedView));
1151 if (DEBUG) {
1156 if (DEBUG) Log.v(TAG, "ABORT input: no served view!");
1171 if (DEBUG) Log.v(TAG, "ABORT input: no handler for view! Close current input.");
1178 if (DEBUG) Lo
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java65 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouteProviderService
159 if (DEBUG) {
179 if (DEBUG) {
193 if (DEBUG) {
205 if (DEBUG) {
221 if (DEBUG) {
240 if (DEBUG) {
259 if (DEBUG) {
278 if (DEBUG) {
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvView.java70 private static final boolean DEBUG = false; field in class:TvView
112 if (DEBUG) {
141 if (DEBUG) {
276 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
306 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
348 if (DEBUG) Log.d(TAG, "reset()");
408 if (DEBUG) Log.d(TAG, "setCaptionEnabled(" + enabled + ")");
469 if (DEBUG) Log.d(TAG, "timeShiftPlay(" + recordedProgramUri + ")");
620 if (DEBUG) Log.d(TAG, "dispatchKeyEvent(" + event + ")");
635 if (DEBUG) Lo
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DQuickViewIntentBuilder.java19 import static com.android.documentsui.Shared.DEBUG;
74 if (DEBUG) Log.d(TAG, "Preparing intent for doc:" + mDocument.documentId);
94 if (DEBUG) Log.d(TAG, "Including file: " + uri);
135 if (DEBUG) Log.d(TAG,
143 if (DEBUG) Log.d(TAG,
157 if (DEBUG) Log.d(TAG, "Found starting point for QV. " + documentLocation);
178 if (DEBUG) Log.d(TAG, "Copmuted siblings from index: " + firstSibling
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperations.java20 import static com.android.documentsui.Shared.DEBUG;
72 if (DEBUG) Log.d(TAG, "Handling generic 'start' call.");
93 if (DEBUG) Log.d(TAG, "Handling generic 'start' call.");
109 if (DEBUG) Log.d(TAG, "Attempting to canceling operation: " + jobId);
122 if (DEBUG) Log.d(TAG, "Initiating 'copy' operation id: " + jobId);
147 if (DEBUG) Log.d(TAG, "Initiating 'move' operation id: " + jobId);
173 if (DEBUG) Log.d(TAG, "Initiating 'delete' operation id " + jobId + ".");
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DRanker.java42 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Ranker
54 if (DEBUG) Log.i(TAG, "ENQUEUED " + sbn.getKey());
60 if (DEBUG) Log.i(TAG, "POSTED " + sbn.getKey());
157 if (DEBUG) Log.i(TAG, "CONNECTED");
176 if (DEBUG) {
192 if (DEBUG) Log.i(TAG, "Sending bundling adjustment for: " + key);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java48 private static final boolean DEBUG = KeyguardConstants.DEBUG_SIM_STATES; field in class:KeyguardSimPinView
61 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
77 if (DEBUG) Log.v(TAG, "Resetting state");
124 if (DEBUG) Log.d(LOG_TAG, "getPinPasswordErrorMessage:"
194 if (DEBUG) {
199 if (DEBUG) {
295 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java131 if (Log.isLoggable(TAG, Log.DEBUG)) {
136 if (Log.isLoggable(TAG, Log.DEBUG)) {
151 if (Log.isLoggable(TAG, Log.DEBUG)) {
169 if (Log.isLoggable(TAG, Log.DEBUG)) {
197 if (Log.isLoggable(TAG, Log.DEBUG)) {
210 if (Log.isLoggable(TAG, Log.DEBUG)) {
232 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 789 milliseconds

1234567891011>>