Searched defs:DEBUG (Results 26 - 50 of 519) sorted by relevance

1234567891011>>

/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java42 private static final boolean DEBUG = false; field in class:ScrollerCompatTestBase
67 if (DEBUG) {
83 if (DEBUG) {
/frameworks/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java34 private static final boolean DEBUG = VolleyLog.DEBUG; field in class:CacheDispatcher
80 if (DEBUG) VolleyLog.v("start new dispatcher");
/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);
H A DTaskDrainer.java55 private final boolean DEBUG = false; field in class:TaskDrainer
113 if (DEBUG) {
144 if (DEBUG) {
166 if (DEBUG) {
175 if (DEBUG) {
193 if (DEBUG) {
/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java81 private static final boolean DEBUG = false; field in class:ChooserTargetService
125 if (DEBUG) Log.d(TAG, "onBind " + intent);
127 if (DEBUG) Log.d(TAG, "bad intent action " + intent.getAction() + "; returning null");
144 if (DEBUG) {
152 if (DEBUG) Log.d(TAG, "Sent results");
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java34 DEBUG enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/core/java/com/android/internal/os/
H A DWakelockPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WakelockPowerCalculator
54 if (DEBUG && app.wakeLockPowerMah != 0) {
68 if (DEBUG) {
H A DBluetoothPowerCalculator.java22 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:BluetoothPowerCalculator
88 if (DEBUG && powerMah != 0) {
/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/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java19 static final boolean DEBUG = true; field in class:SharedStorageAgent
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
89 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
/frameworks/base/services/backup/java/com/android/server/backup/
H A DFullBackupJob.java28 private static final boolean DEBUG = true; field in class:FullBackupJob
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java43 private static final boolean DEBUG = false; field in class:PinnerService
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/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java39 private static final boolean DEBUG = false; field in class:DefaultPhotoManager
74 if (DEBUG) {
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DAbstractCache.java26 private static final boolean DEBUG = false; field in class:AbstractCache
/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/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h113 #define DEBUG(args) printf args macro
115 #define DEBUG(args) macro
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java40 private static final boolean DEBUG = false; field in class:WallpaperBackupHelper
113 if (DEBUG) {
148 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java44 private static boolean DEBUG = false; field in class:ParceledListSlice
66 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
89 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
97 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
113 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
152 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
164 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
177 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
185 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
189 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java39 private static final boolean DEBUG = false; field in class:DdmHandleProfiling
75 if (DEBUG)
109 if (DEBUG)
149 if (DEBUG) {
167 if (DEBUG) {
203 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java47 private static final boolean DEBUG = false; field in class:LegacyFaceDetectMapper
100 if (DEBUG) {
173 if (DEBUG) {
179 if (DEBUG) {
251 if (DEBUG && previousFaces != faces) { // Log only in verbose and IF the faces changed
H A DLegacyFocusStateMapper.java41 private static final boolean DEBUG = false; field in class:LegacyFocusStateMapper
93 if (DEBUG) {
123 if (DEBUG) {
195 if (DEBUG) {
211 if (DEBUG) {
258 if (DEBUG) {
291 if (DEBUG && newAfState != mAfStatePrevious) {
/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) {
H A DMarshalQueryableString.java34 private static final boolean DEBUG = false; field in class:MarshalQueryableString
75 if (DEBUG) {
/frameworks/base/core/java/android/os/
H A DUpdateLock.java30 private static final boolean DEBUG = false; field in class:UpdateLock
84 if (DEBUG) {
103 if (DEBUG) {
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));

Completed in 620 milliseconds

1234567891011>>