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

12345678

/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java55 private static final boolean DEBUG = false; field in class:PackageManagerBackupAgent
123 if (DEBUG) Slog.v(TAG, "onBackup()");
150 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
211 if (DEBUG) {
226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app);
257 if (DEBUG) Slog.v(TAG, "onRestore()");
264 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize);
274 if (DEBUG) Slog.v(TAG, " storedSystemVersion = " + storedSystemVersion);
283 if (DEBUG) {
[all...]
H A DRandomBlock.java35 private static final boolean DEBUG = false; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java62 /* package */ static final boolean DEBUG = false; field in class:ComprehensiveCountryDetector
136 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
205 if (DEBUG) {
215 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
318 if (DEBUG) {
331 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
362 if (DEBUG) {
372 if (DEBUG) {
397 if (DEBUG) {
409 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java34 DEBUG enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/services/java/com/android/server/am/
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!");
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java27 case Log.DEBUG:
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java67 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
96 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
100 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
117 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
92 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
96 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
113 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/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/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java70 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
148 if (DEBUG) {
153 if (DEBUG) {
186 if (DEBUG) {
191 if (DEBUG) {
225 if (DEBUG) {
230 if (DEBUG) {
268 if (DEBUG) {
273 if (DEBUG) {
303 if (DEBUG) {
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java71 static final boolean DEBUG = false; field in class:SipService
111 if (DEBUG) Log.d(TAG, "SIP service started");
116 if (DEBUG) Log.d(TAG, " service started!");
170 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
268 if (DEBUG) Log.d(TAG, "createSession()", e);
286 if (DEBUG) Log.d(TAG, "determineLocalIp()", e);
327 if (DEBUG) Log.d(TAG, "notify: profile added: " + localProfile);
334 if (DEBUG) Log.d(TAG, "notify: profile removed: " + localProfile);
393 if (DEBUG) Log.d(TAG, "#pending sess=" + mPendingSessions.size());
416 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/core/java/android/view/
H A DInputChannel.java33 private static final boolean DEBUG = false; field in class:InputChannel
88 if (DEBUG) {
H A DInputQueue.java29 private static final boolean DEBUG = false; field in class:InputQueue
88 if (DEBUG) {
108 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java44 private final static boolean DEBUG = false; field in class:RuntimeInit
89 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
96 if (DEBUG) Slog.d(TAG, ">>>>> qwerty keyboard = " + hasQwerty);
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
229 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
240 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
260 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
283 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/base/libs/utils/
H A DBackupData.cpp30 static const bool DEBUG = false; member in namespace:android
81 if (DEBUG) LOGI("writing %d padding bytes for %d", paddingSize, n);
114 if (DEBUG) {
128 if (DEBUG) LOGI("writing entity header, %d bytes", sizeof(entity_header_v1));
136 if (DEBUG) LOGI("writing entity header key, %d bytes", keyLen+1);
154 if (DEBUG) LOGD("Writing data: size=%lu", (unsigned long) size);
157 if (DEBUG) {
169 if (DEBUG) LOGD("write returned error %d (%s)", m_status, strerror(m_status));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCompatModeButton.java31 private static final boolean DEBUG = false; field in class:CompatModeButton
58 if (DEBUG) Slog.d(TAG, "compat mode is " + mode + "; icon will " + (vis ? "show" : "hide"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java45 private static final boolean DEBUG = false; field in class:ShirtPocket
100 if (DEBUG) Slog.d(TAG, "onDragEvent: " + event);
107 if (DEBUG) Slog.d(TAG, "entered!");
111 if (DEBUG) Slog.d(TAG, "exited!");
114 if (DEBUG) Slog.d(TAG, "dropped!");
H A DTabletStatusBarView.java46 if (TabletStatusBar.DEBUG) {
61 if (TabletStatusBar.DEBUG) {
71 if (TabletStatusBar.DEBUG) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java95 private static final boolean DEBUG = false; field in class:LockPatternKeyguardView
241 if (DEBUG) Log.v(TAG, "View " + view + " requested show transports");
258 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports");
408 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts +
493 if (DEBUG) Log.w(TAG, "no unlock screen when trying to enable fallback");
544 if (DEBUG) Log.v(TAG, "*** dispatchDraw() time: " + SystemClock.elapsedRealtime());
557 if (DEBUG) Log.d(TAG, "screen off");
608 if (DEBUG) Log.d(TAG, "screen on");
625 if (DEBUG) Log.v(TAG, "Saving widget state");
632 if (DEBUG) Lo
[all...]
/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)) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java195 static final boolean DEBUG = false; field in class:InputMethodManager
669 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView);
983 if (DEBUG) Log.v(TAG, "Starting input: view=" + view);
985 if (DEBUG) Log.v(TAG, "ABORT input: no served view!");
998 if (DEBUG) Log.v(TAG, "ABORT input: no handler for view!");
1004 if (DEBUG) Log.v(TAG, "Starting input: reschedule to view thread");
1020 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic);
1027 if (DEBUG) Log.v(TAG,
1056 if (DEBUG) Log.v(TAG, "START INPUT: " + view + " ic="
1068 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java91 static final boolean DEBUG = false; field in class:WallpaperService
273 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y);
292 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y);
560 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating
614 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
633 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed");
645 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
661 if (DEBUG) {
668 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
708 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java37 static final boolean DEBUG = false; field in class:SignalClusterView
66 if (DEBUG) Slog.d(TAG, "NetworkController=" + nc);
138 if (DEBUG) Slog.d(TAG,
159 if (DEBUG) Slog.d(TAG,

Completed in 507 milliseconds

12345678