Searched refs:DEBUG (Results 201 - 225 of 761) sorted by relevance

1234567891011>>

/frameworks/opt/setupwizard/tools/gradle/
H A Ddocs.gradle12 if (variant.buildType.name.equals(com.android.builder.core.BuilderConstants.DEBUG)) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackBaseControlGlue.java65 static final boolean DEBUG = false; field in class:PlaybackBaseControlGlue
91 if (DEBUG) Log.v(TAG, "onPlayStateChanged");
97 if (DEBUG) Log.v(TAG, "onCurrentPositionChanged");
103 if (DEBUG) Log.v(TAG, "onBufferedPositionChanged");
109 if (DEBUG) Log.v(TAG, "onDurationChanged");
115 if (DEBUG) Log.v(TAG, "onPlayCompleted");
121 if (DEBUG) Log.v(TAG, "onPreparedStateChanged");
503 if (DEBUG) Log.v(TAG, "updateRowMetadata");
/frameworks/base/core/java/android/os/
H A DShellCommand.java36 static final boolean DEBUG = false; field in class:ShellCommand
93 if (DEBUG) Slog.d(TAG, "Starting command " + mCmd + " on " + mTarget);
97 if (DEBUG) Slog.d(TAG, "Executed command " + mCmd + " on " + mTarget);
113 if (DEBUG) Slog.d(TAG, "Flushing output streams on " + mTarget);
120 if (DEBUG) Slog.d(TAG, "Sending command result on " + mTarget);
123 if (DEBUG) Slog.d(TAG, "Finished command " + mCmd + " on " + mTarget);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java20 private static final boolean DEBUG = false; field in class:PageIndicator
74 if (DEBUG) Log.d(TAG, "setLocation " + location + " " + index + " " + position);
82 if (DEBUG) Log.d(TAG, "Queueing transition to " + Integer.toHexString(position));
94 if (DEBUG) Log.d(TAG, "Skipping animation " + isVisibleToUser() + " " + mPosition
113 if (DEBUG) Log.d(TAG, "Animating from " + Integer.toHexString(from) + " to "
226 if (DEBUG) Log.d(TAG, "onAnimationEnd - queued: " + mQueuedPositions.size());
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DActionReplacingCallback.java38 private static final boolean DEBUG = false; field in class:ActionReplacingCallback
82 if (DEBUG) {
148 if (DEBUG) {
163 if (DEBUG) {
173 if (DEBUG) {
191 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java49 private static final boolean DEBUG = false; field in class:RecoverySystemService
78 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
169 if (DEBUG) Slog.d(TAG, "clearBcb");
177 if (DEBUG) Slog.d(TAG, "setupBcb: [" + command + "]");
185 if (DEBUG) Slog.d(TAG, "rebootRecoveryWithCommand: [" + command + "]");
210 if (DEBUG) {
H A DPinnerService.java61 private static final boolean DEBUG = false; field in class:PinnerService
105 if (DEBUG) {
155 if (DEBUG) {
174 if (DEBUG) {
193 if (DEBUG) {
225 if (DEBUG) {
233 if (DEBUG) {
263 if (DEBUG) {
294 if (DEBUG) {
364 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java36 private final static boolean DEBUG = false; field in class:Vr2dDisplay
126 if (DEBUG) {
141 * Creates a DEBUG-only BroadcastReceiver through which a test app can simulate VrMode and
148 if (DEBUG) {
198 if (DEBUG) {
240 if (DEBUG) {
253 if (DEBUG) {
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java52 private static final boolean DEBUG = true; field in class:SoundTriggerService
126 if (DEBUG) {
143 if (DEBUG) {
153 if (DEBUG) {
164 if (DEBUG) {
173 if (DEBUG) {
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java62 private static final boolean DEBUG = false; field in class:ContiguousFIFOAggregator
108 if (DEBUG) {
139 if (DEBUG) {
177 if (DEBUG) {
210 if (DEBUG) {
233 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
H A DStateMachine.java40 static boolean DEBUG = false; field in class:StateMachine
216 if (DEBUG) {
233 if (DEBUG) {
311 if (DEBUG) {
345 if (DEBUG) {
364 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java114 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GnssLocationProvider
488 if (DEBUG) Log.d(TAG, "receive broadcast intent, action: " + action);
517 if (DEBUG) Log.d(TAG, "received SIM related action: ");
525 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
545 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is still not available");
575 if (DEBUG) Log.d(TAG, "Reset GPS properties, previous size = " + properties.size());
627 } else if (DEBUG) {
648 if (DEBUG) Log.d(TAG, "GpsParamsResource: " + item);
672 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java78 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
181 if (DEBUG) {
186 if (DEBUG) {
197 if (DEBUG) {
219 if (DEBUG) {
224 if (DEBUG) {
235 if (DEBUG) {
275 if (DEBUG) {
280 if (DEBUG) {
302 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DPlaybackActivityMonitor.java49 private static final boolean DEBUG = false; field in class:PlaybackActivityMonitor
97 if (DEBUG) { Log.v(TAG, "trackPlayer() new piid=" + newPiid); }
125 if (DEBUG) { Log.v(TAG, String.format("playerEvent(piid=%d, event=%d)", piid, event)); }
153 if (DEBUG) { Log.v(TAG, "releasePlayer() for piid=" + piid); }
214 if (DEBUG) { Log.v(TAG, "dispatchPlaybackChange to " + mClients.size() + " clients"); }
274 if (DEBUG) {
322 if (DEBUG) { Log.v(TAG, "unduckPlayers: uids winner=" + winner.getClientUid()); }
330 if (DEBUG) {
368 if (DEBUG) {
495 if (DEBUG) { Lo
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java76 private static final boolean DEBUG = false; field in class:Notifier
173 if (DEBUG) {
203 if (DEBUG) {
224 if (DEBUG) {
255 if (DEBUG) {
283 if (DEBUG) {
345 if (DEBUG) {
388 if (DEBUG) {
497 if (DEBUG) {
511 if (DEBUG) {
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java75 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RegisteredMediaRouteProvider
123 if (DEBUG) {
136 if (DEBUG) {
148 if (DEBUG) {
166 if (DEBUG) {
177 if (DEBUG) {
219 if (DEBUG) {
227 if (!mBound && DEBUG) {
231 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java37 private static final boolean DEBUG = false; field in class:CaptureCollector
130 if (DEBUG) {
158 if (DEBUG) {
175 if (DEBUG) {
189 if (DEBUG) {
219 if (DEBUG) {
236 if (DEBUG) {
325 if (DEBUG) {
533 if (DEBUG) {
656 if (DEBUG) {
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java53 private static final boolean DEBUG = true; field in class:GpsNetInitiatedHandler
159 if (DEBUG) Log.v(TAG, "ACTION_NEW_OUTGOING_CALL - " + getInEmergency());
162 if (DEBUG) Log.d(TAG, "location enabled :" + getLocationEnabled());
195 if (DEBUG) Log.d(TAG, "onCallStateChanged(): state is "+ state);
253 if (DEBUG) Log.d(TAG, "in handleNiNotification () :"
281 if (DEBUG) Log.d(TAG, "in handleNi () :"
323 if (DEBUG) Log.d(TAG, "in handleNiInEs () :"
362 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
401 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
427 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginInstanceManager.java48 private static final boolean DEBUG = false; field in class:PluginInstanceManager
105 if (DEBUG) Log.d(TAG, "startListening");
110 if (DEBUG) Log.d(TAG, "stopListening");
182 if (DEBUG) Log.d(TAG, "onPluginConnected");
193 if (DEBUG) Log.d(TAG, "onPluginDisconnected");
223 if (DEBUG) Log.d(TAG, "queryAll " + mAction);
249 if (DEBUG) Log.d(TAG, "queryPkg " + p + " " + mAction);
253 if (DEBUG) Log.d(TAG, "Too many of " + mAction);
270 if (DEBUG) Log.d(TAG, "Found " + result.size() + " plugins");
314 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java62 private static final boolean DEBUG = false; field in class:ImmersiveModeConfirmation
99 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d", mCurrentUserId));
106 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed);
113 if (DEBUG) Slog.d(TAG, "saveSetting()");
120 if (DEBUG) Slog.d(TAG, "Saved value=" + value);
143 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s",
175 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()");
182 if (DEBUG) Slog.d(TAG, "Hiding immersive mode confirmation");
350 if (DEBUG) Slog.d(TAG, "Showing immersive mode confirmation");
367 if (DEBUG) Slo
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java42 private static final boolean DEBUG = false; field in class:TimeZoneData
123 if (DEBUG) {
150 if (DEBUG) {
155 if (DEBUG) {
219 } else if (DEBUG) {
346 if (DEBUG) {
425 if (DEBUG) {
432 if (DEBUG) {
449 if (DEBUG) {
455 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java57 private static final boolean DEBUG = false; field in class:SharedPreferencesImpl
194 if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected.");
420 if (DEBUG && mcr.wasWritten) {
527 if (DEBUG) {
540 if (DEBUG) {
660 if (DEBUG) {
666 if (DEBUG) {
699 if (DEBUG) {
721 if (DEBUG) {
740 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/util/
H A DArraySet.java47 private static final boolean DEBUG = false; field in class:ArraySet
165 if (DEBUG) {
190 if (DEBUG) {
222 if (DEBUG) {
238 if (DEBUG) {
390 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
397 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
406 if (DEBUG) {
433 if (DEBUG) {
493 if (DEBUG) Lo
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java61 private static final boolean DEBUG = false; field in class:PackageManagerBackupAgent
181 if (DEBUG) Slog.v(TAG, "onBackup()");
227 if (DEBUG) {
252 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
257 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
314 if (DEBUG) {
330 if (DEBUG) {
364 if (DEBUG) Slog.v(TAG, "onRestore()");
371 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize);
381 if (DEBUG) Slo
[all...]
/frameworks/support/compat/java/android/support/v4/util/
H A DArraySet.java50 private static final boolean DEBUG = false; field in class:ArraySet
170 if (DEBUG) {
186 if (DEBUG) {
211 if (DEBUG) {
227 if (DEBUG) {
379 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
386 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
395 if (DEBUG) {
423 if (DEBUG) {
483 if (DEBUG) Lo
[all...]

Completed in 888 milliseconds

1234567891011>>