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

1234567891011>>

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardActivityLauncher.java47 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardActivityLauncher
75 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Nothing found");
81 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): resolved: " + resolved);
83 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): Would launch resolver");
90 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no metadata found");
95 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): no layout specified");
195 if (DEBUG) Log.d(TAG, String.format("Starting activity for intent %s at %s",
248 if (DEBUG) Log.d(TAG, String.format("waitResult[%s,%s,%s,%s] at %s",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastControllerImpl.java47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:CastControllerImpl
68 if (DEBUG) Log.d(TAG, "new CastController()");
106 if (DEBUG) Log.d(TAG, "setDiscovering: " + request);
169 if (DEBUG) Log.d(TAG, "startCasting: " + routeToString(route));
176 if (DEBUG) Log.d(TAG, "stopCasting isProjection=" + isProjection);
203 if (DEBUG) Log.d(TAG, "setProjection: " + oldProjection + " -> " + mProjection);
276 if (DEBUG) Log.d(TAG, "onRouteAdded: " + routeToString(route));
281 if (DEBUG) Log.d(TAG, "onRouteChanged: " + routeToString(route));
286 if (DEBUG) Lo
[all...]
H A DSecurityControllerImpl.java42 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SecurityControllerImpl
144 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
151 if (DEBUG) Log.d(TAG, "addCallback " + callback);
192 if (DEBUG) Log.d(TAG, "onAvailable " + network.netId + " : " + networkCapabilities);
202 if (DEBUG) Log.d(TAG, "onLost " + network.netId);
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java57 private static final boolean DEBUG = false; field in class:RemotePrintSpooler
122 if (DEBUG) {
146 if (DEBUG) {
169 if (DEBUG) {
196 if (DEBUG) {
221 if (DEBUG) {
246 if (DEBUG) {
271 if (DEBUG) {
295 if (DEBUG) {
308 if (DEBUG) {
[all...]
/frameworks/multidex/library/test/src/android/util/
H A DLog.java36 public static final int DEBUG = 3; field in class:Log
83 * Send a {@link #DEBUG} log message.
89 return println(LOG_ID_MAIN, DEBUG, tag, msg);
93 * Send a {@link #DEBUG} log message and log the exception.
100 return println(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java61 static final boolean DEBUG = true; field in class:VoiceInteractionSession
210 if (DEBUG) Log.d(TAG, "sendConfirmResult: req=" + mInterface
220 if (DEBUG) Log.d(TAG, "sendCompleteVoiceResult: req=" + mInterface
230 if (DEBUG) Log.d(TAG, "sendConfirmResult: req=" + mInterface
240 if (DEBUG) Log.d(TAG, "sendCommandResult: req=" + mInterface
250 if (DEBUG) Log.d(TAG, "sendCancelResult: req=" + mInterface);
291 if (DEBUG) Log.d(TAG, "onConfirm: req=" + ((Request) args.arg2).mInterface
298 if (DEBUG) Log.d(TAG, "onCompleteVoice: req=" + ((Request) args.arg2).mInterface
305 if (DEBUG) Log.d(TAG, "onAbortVoice: req=" + ((Request) args.arg2).mInterface
312 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java65 private static final boolean DEBUG = JobSchedulerService.DEBUG; field in class:JobStore
130 if (DEBUG) {
164 if (DEBUG) {
254 if (DEBUG) {
285 if (JobSchedulerService.DEBUG) {
303 if (DEBUG) {
322 if (DEBUG) {
326 if (DEBUG) {
436 if (JobSchedulerService.DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeConditionProvider.java53 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DowntimeConditionProvider
85 if (DEBUG) Slog.d(TAG, "new DowntimeConditionProvider()");
114 if (DEBUG) Slog.d(TAG, "onConnected");
131 if (DEBUG) Slog.d(TAG, "onDestroy");
139 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
147 if (DEBUG) Slog.d(TAG, "onSubscribe conditionId=" + conditionId);
157 if (DEBUG) Slog.d(TAG, "shouldShowCondition now=" + mCalendar.isInDowntime(now)
217 if (DEBUG) Slog.d(TAG, "onUnsubscribe conditionId=" + conditionId + " current=" + current);
227 if (DEBUG) Slo
[all...]
H A DManagedServices.java68 protected final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ManagedServices
144 if (DEBUG) Slog.d(TAG, "onPackagesChanged queryReplace=" + queryReplace
167 if (DEBUG) Slog.d(TAG, "onUserSwitched");
169 if (DEBUG) Slog.d(TAG, "Current profile IDs didn't change, skipping rebindServices().");
219 if (DEBUG) Slog.v(TAG, "flat before: " + flatIn);
225 if (DEBUG) Slog.v(TAG, mConfig.serviceInterface + " services: " + installedServices);
253 if (DEBUG) Slog.v(TAG, "flat after: " + flatOut);
267 if (DEBUG) Slog.d(TAG, "rebindServices");
345 if (DEBUG) Slo
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java206 static final boolean DEBUG = false; field in class:InputMethodManager
419 if (DEBUG) {
445 if (DEBUG) {
480 if (DEBUG) {
776 if (DEBUG) Log.v(TAG, "Clearing binding!");
818 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView);
1141 if (DEBUG) Log.v(TAG, "Starting input: view=" + view);
1143 if (DEBUG) Log.v(TAG, "ABORT input: no served view!");
1158 if (DEBUG) Log.v(TAG, "ABORT input: no handler for view! Close current input.");
1165 if (DEBUG) Lo
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java54 private static final boolean DEBUG = false; field in class:PageContentRepository
84 if (DEBUG) {
93 if (DEBUG) {
102 if (DEBUG) {
121 if (DEBUG) {
153 if (DEBUG) {
163 if (DEBUG) {
521 if (DEBUG) {
575 if (DEBUG) {
593 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java62 private static final boolean DEBUG = false; field in class:ImageWallpaper
158 if (DEBUG) {
171 if (DEBUG) {
230 if (DEBUG) {
235 if (DEBUG) {
252 if (DEBUG) {
259 if (DEBUG) {
271 if (DEBUG) {
294 if (DEBUG) {
332 if (DEBUG) {
[all...]
/frameworks/volley/src/com/android/volley/
H A DVolleyLog.java30 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in class:VolleyLog
44 // Reinitialize the DEBUG "constant"
45 DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
49 if (DEBUG) {
104 public static final boolean ENABLED = VolleyLog.DEBUG;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.c207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n"));
227 DEBUG(("Access unit boundary\n"));
231 DEBUG(("CONCEALING..."));
258 DEBUG(("...DONE\n"));
272 DEBUG(("SEQ PARAM SET\n"));
285 DEBUG(("PIC PARAM SET\n"));
300 DEBUG(("IDR "));
303 DEBUG(("SLICE HEADER\n"));
444 DEBUG(("SLICE DATA, FIRST %d\n",
464 DEBUG(("SE
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java37 private static final boolean DEBUG = Log.isLoggable(LegacyCameraDevice.DEBUG_PROP, Log.DEBUG); field in class:CaptureCollector
124 if (DEBUG) {
152 if (DEBUG) {
169 if (DEBUG) {
183 if (DEBUG) {
213 if (DEBUG) {
230 if (DEBUG) {
319 if (DEBUG) {
527 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/service/fingerprint/
H A DFingerprintUtils.java32 private static final boolean DEBUG = true; field in class:FingerprintUtils
47 if (DEBUG) Log.d(TAG, "Error when parsing finger id " + fingerStringIds[i]);
/frameworks/base/core/java/android/view/
H A DInputChannel.java33 private static final boolean DEBUG = false; field in class:InputChannel
91 if (DEBUG) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallback.java35 private static final boolean DEBUG = false; field in class:VisibilityCallback
106 if (DEBUG) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java43 private static final boolean DEBUG = false; field in class:AccessibilityInputFilter
70 if (DEBUG) {
74 if (DEBUG) {
123 if (DEBUG) {
134 if (DEBUG) {
144 if (DEBUG) {
236 if (DEBUG) {
276 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java53 private static final boolean DEBUG = true; field in class:FingerprintService
104 if (DEBUG) Slog.w(TAG, "removing leaked reference: " + token);
138 if (DEBUG) Slog.v(TAG, "clientData at " + i + " is invalid!!");
191 if (DEBUG) Slog.w(TAG, "Client not enrolling");
255 if (DEBUG) Slog.v(TAG, "startListening(" + receiver + ")");
269 if (DEBUG) Slog.v(TAG, "listener already registered for " + token);
274 if (DEBUG) Slog.v(TAG, "stopListening(" + token + ")");
280 if (DEBUG) Slog.v(TAG, "listener not registered: " + token);
/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/widget/
H A DItemBridgeAdapter.java29 private static final boolean DEBUG = false; field in class:ItemBridgeAdapter
70 if (DEBUG) Log.v(TAG, "onFocusChange " + hasFocus + " " + view
193 if (DEBUG) Log.v(TAG, "setFocusHighlight " + mFocusHighlight);
223 if (DEBUG) Log.v(TAG, "getItemViewType added presenter " + presenter + " type " + type);
238 if (DEBUG) Log.v(TAG, "onCreateViewHolder viewType " + viewType);
271 if (DEBUG) Log.v(TAG, "onBindViewHolder position " + position);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java64 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ZenModePanel
69 private static final int[] MINUTE_BUCKETS = DEBUG
139 if (DEBUG) Log.d(mTag, "new ZenModePanel");
217 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
231 if (DEBUG) Log.d(mTag, "onDetachedFromWindow");
244 if (DEBUG) Log.d(mTag, "mSessionExitCondition=" + getConditionId(condition));
250 if (DEBUG) Log.d(mTag, "hidden=" + hidden);
258 if (DEBUG) Log.d(mTag, "selectedZen=" + selectedZen);
260 if (DEBUG) Lo
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RegisteredMediaRouteProvider
102 if (DEBUG) {
113 if (DEBUG) {
155 if (DEBUG) {
163 if (!mBound && DEBUG) {
167 if (DEBUG) {
176 if (DEBUG) {
188 if (DEBUG) {
201 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
162 if (DEBUG) Log.v(TAG, "ACTION_NEW_OUTGOING_CALL - " + getInEmergency());
165 if (DEBUG) Log.d(TAG, "location enabled :" + getLocationEnabled());
198 if (DEBUG) Log.d(TAG, "onCallStateChanged(): state is "+ state);
257 if (DEBUG) Log.d(TAG, "in handleNiNotification () :"
285 if (DEBUG) Log.d(TAG, "in handleNi () :"
327 if (DEBUG) Log.d(TAG, "in handleNiInEs () :"
366 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
402 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
428 if (DEBUG) Lo
[all...]

Completed in 908 milliseconds

1234567891011>>