Searched refs:DEBUG (Results 51 - 75 of 304) sorted by relevance

1234567891011>>

/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java37 static final boolean DEBUG = false; field in class:TransferPipe
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
187 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
197 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
225 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
227 if (DEBUG) Slog.i(TAG, "Interrupted!");
H A DRuntimeInit.java45 private final static boolean DEBUG = false; field in class:RuntimeInit
101 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
231 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
234 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
245 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
263 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
286 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceDelegate.java37 private static final boolean DEBUG = true; field in class:KeyguardServiceDelegate
72 if (DEBUG) Log.v(TAG, "**** SHOWN CALLED ****");
90 if (DEBUG) Log.v(TAG, "**** onKeyguardExitResult(" + success +") CALLED ****");
103 if (DEBUG) Log.v(TAG, "*** Keyguard: can't bind to " + KEYGUARD_CLASS);
105 if (DEBUG) Log.v(TAG, "*** Keyguard started");
112 if (DEBUG) Log.v(TAG, "*** Keyguard connected (yay!)");
128 if (DEBUG) Log.v(TAG, "*** Keyguard disconnected (boo!)");
203 if (DEBUG) Log.v(TAG, "onScreenTurnedOn(showListener = " + showListener + ")");
241 if (DEBUG) Log.v(TAG, "onSystemReady() called before keyguard service was ready");
/frameworks/base/services/java/com/android/server/am/
H A DNativeCrashListener.java45 static final boolean DEBUG = false; field in class:NativeCrashListener
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
186 if (DEBUG) {
218 if (DEBUG) {
231 if (DEBUG) {
257 if (DEBUG) Slog.v(TAG, "processing");
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java45 private final boolean DEBUG = false; field in class:GenericInflater
260 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
310 if (DEBUG) {
322 if (DEBUG) {
327 if (DEBUG) {
421 if (DEBUG) System.out.println("******** Creating item: " + name);
434 if (DEBUG) System.out.println("Created item is: " + item);
476 if (DEBUG) {
483 if (DEBUG) {
490 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java46 protected static final boolean DEBUG = false; field in class:ExpandHelper
272 if (DEBUG) Log.d(TAG, "isinside (" + x + ", " + y + ")");
275 if (DEBUG) Log.d(TAG, "isinside null subject");
283 if (DEBUG) Log.d(TAG, " to global (" + x + ", " + y + ")");
289 if (DEBUG) Log.d(TAG, " to local (" + x + ", " + y + ")");
290 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
395 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
415 if (DEBUG) Log.d(TAG, "up/cancel");
486 if (DEBUG) Log.d(TAG, "pointer change");
493 if (DEBUG) Lo
[all...]
/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.java72 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/libs/androidfw/
H A DBackupData.cpp30 static const bool DEBUG = false; member in namespace:android
81 if (DEBUG) ALOGI("writing %d padding bytes for %d", paddingSize, n);
114 if (DEBUG) {
128 if (DEBUG) ALOGI("writing entity header, %d bytes", sizeof(entity_header_v1));
136 if (DEBUG) ALOGI("writing entity header key, %d bytes", keyLen+1);
154 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
157 if (DEBUG) {
169 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DSettingsUI.java35 private static final boolean DEBUG = false; field in class:SettingsUI
45 if (DEBUG) Log.d(TAG, "showing brightness dialog");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java28 private static final boolean DEBUG = false; field in class:IconMerger
39 if (DEBUG) {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java44 private static final boolean DEBUG = false; field in class:Fountain_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/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/base/media/java/android/media/
H A DSubtitleTrack.java57 public boolean DEBUG = false; field in class:SubtitleTrack
135 if (DEBUG) Log.v(TAG, "Removing " + cue);
143 if (DEBUG) Log.v(TAG, "Adding " + cue);
198 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
208 if (DEBUG) Log.d(TAG, "sched @" + mNextScheduledTimeMs + " after " + mLastTimeMs);
221 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
236 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
252 if (DEBUG) Log.d(TAG, "onStop");
320 if (DEBUG) Log.v(TAG, "mVisible=" + mVisible + ", " +
348 if (DEBUG) Lo
385 public boolean DEBUG = false; field in class:SubtitleTrack.CueList
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewManager.java62 private final static boolean DEBUG = KeyguardViewMediator.DEBUG; field in class:KeyguardViewManager
116 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
132 if (DEBUG) Log.v(TAG, "show:setSystemUiVisibility(" + Integer.toHexString(visFlags)+")");
236 if (DEBUG) Log.v(TAG, "onConfigurationChanged: view not visible");
270 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
374 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!");
377 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!");
417 if (DEBUG) Log.d(TAG, "reset()");
424 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java33 private static final boolean DEBUG = false; field in class:EditableInputConnection
116 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
128 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
137 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
144 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
/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/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GeofenceHardwareImpl
218 if (DEBUG) {
285 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
292 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
325 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
332 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
364 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
372 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
404 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/util/
H A DArraySet.java47 private static final boolean DEBUG = false; field in class:ArraySet
163 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
177 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
199 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
213 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
341 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
348 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
357 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
414 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
426 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java79 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
211 if (DEBUG) {
216 if (DEBUG) {
258 if (DEBUG) {
263 if (DEBUG) {
306 if (DEBUG) {
311 if (DEBUG) {
351 if (DEBUG) {
356 if (DEBUG) {
395 if (DEBUG) {
[all...]
/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
385 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
392 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
401 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
458 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
470 if (DEBUG) Lo
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java56 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouteProviderService
299 if (DEBUG) {
319 if (DEBUG) {
333 if (DEBUG) {
345 if (DEBUG) {
361 if (DEBUG) {
380 if (DEBUG) {
399 if (DEBUG) {
418 if (DEBUG) {
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DBarController.java37 private static final boolean DEBUG = false; field in class:BarController
156 if (DEBUG) Slog.d(mTag, "mState: " + StatusBarManager.windowStateToString(state));
166 if (DEBUG) Slog.w(mTag, "Error posting window state", e);
195 if (DEBUG) Slog.d(mTag, "Not showing transient bar, already shown");
198 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar doesn't exist");
201 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar already visible");
236 if (DEBUG) Slog.d(mTag, "mTransientBarState: " + transientBarStateToString(state));
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 536 milliseconds

1234567891011>>