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

1234567891011>>

/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/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GpsXtraDownloader
121 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
125 if (DEBUG) Log.d(TAG, "XTRA user agent: " + mUserAgent);
145 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
174 if (DEBUG) Log.d(TAG, "error " + e);
H A DComprehensiveCountryDetector.java61 /* package */ static final boolean DEBUG = false; field in class:ComprehensiveCountryDetector
135 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
204 if (DEBUG) {
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
317 if (DEBUG) {
330 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
361 if (DEBUG) {
371 if (DEBUG) {
396 if (DEBUG) {
408 if (DEBUG) {
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); field in class:QueryController
75 if (DEBUG)
146 if (DEBUG)
233 if (DEBUG)
248 if (DEBUG)
264 if (DEBUG)
295 if (DEBUG) {
409 if (DEBUG)
414 if (DEBUG)
[all...]
/frameworks/base/services/core/java/com/android/server/
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/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java38 private static final boolean DEBUG = false; field in class:ChildHelper
84 if (DEBUG) {
124 if (DEBUG) {
145 if (DEBUG) {
167 if (DEBUG) {
213 if (DEBUG) {
258 if (DEBUG) {
275 if (DEBUG) {
305 if (DEBUG && mBucket.get(offset)) {
310 if (DEBUG) {
[all...]
/frameworks/volley/src/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/app/backup/
H A DRecentsBackupHelper.java16 private static final boolean DEBUG = false; field in class:RecentsBackupHelper
60 if (DEBUG) {
66 if (DEBUG) {
101 if (DEBUG) {
/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 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]);
199 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
209 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
237 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
239 if (DEBUG) Slog.i(TAG, "Interrupted!");
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFirstFrameAnimatorHelper.java34 private static final boolean DEBUG = false; field in class:FirstFrameAnimatorHelper
71 if (DEBUG) {
120 if (DEBUG) print(animation);
124 if (DEBUG) print(animation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java35 private static final boolean DEBUG = false; field in class:NoisyVelocityTracker
67 if (NoisyVelocityTracker.DEBUG) {
82 if (NoisyVelocityTracker.DEBUG) {
112 if (NoisyVelocityTracker.DEBUG) {
/frameworks/base/services/core/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/services/core/java/com/android/server/job/controllers/
H A DStateController.java32 protected static final boolean DEBUG = false; field in class:StateController
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFbo.java25 private static final boolean DEBUG = false; field in class:FountainFbo
/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
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(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
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/media/java/android/media/tv/
H A DTvView.java63 private static final boolean DEBUG = false; field in class:TvView
110 if (DEBUG) {
139 if (DEBUG) {
260 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
290 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
328 if (DEBUG) Log.d(TAG, "reset()");
494 if (DEBUG) Log.d(TAG, "dispatchKeyEvent(" + event + ")");
509 if (DEBUG) Log.d(TAG, "dispatchTouchEvent(" + event + ")");
524 if (DEBUG) Log.d(TAG, "dispatchTrackballEvent(" + event + ")");
539 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java63 private static final boolean DEBUG = Log.isLoggable(LegacyCameraDevice.DEBUG_PROP, Log.DEBUG); field in class:CameraDeviceUserShim
312 if (DEBUG) {
356 if (DEBUG) {
375 if (DEBUG) {
395 if (DEBUG) {
414 if (DEBUG) {
435 if (DEBUG) {
455 if (DEBUG) {
483 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java79 private static final boolean DEBUG = false; field in class:AccessibilityInteractionClient
182 if (DEBUG) {
187 if (DEBUG) {
196 if (DEBUG) {
218 if (DEBUG) {
223 if (DEBUG) {
236 if (DEBUG) {
276 if (DEBUG) {
281 if (DEBUG) {
299 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java53 private static final boolean DEBUG = false; field in class:TrustAgentWrapper
128 if (DEBUG) {
147 if (DEBUG) Slog.v(TAG, "Trust timed out : " + mName.flattenToShortString());
170 if (DEBUG) Log.v(TAG, "Re-enabling agent because it acknowledged "
176 if (DEBUG) Log.w(TAG, "Ignoring MSG_SET_TRUST_AGENT_FEATURES_COMPLETED "
197 if (DEBUG) Slog.v(TAG, "enableTrust(" + userMessage + ", durationMs = " + durationMs
208 if (DEBUG) Slog.v(TAG, "revokeTrust()");
214 if (DEBUG) Slog.v(TAG, "managingTrust()");
220 if (DEBUG) Slog.v(TAG, "onSetTrustAgentFeaturesEnabledCompleted(result=" + result);
229 if (DEBUG) Lo
[all...]
/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/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java56 private static final boolean DEBUG = false; field in class:ImmersiveModeConfirmation
90 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d resetForPanic=%s",
98 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed);
105 if (DEBUG) Slog.d(TAG, "saveSetting()");
112 if (DEBUG) Slog.d(TAG, "Saved value=" + value);
123 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s",
150 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()");
156 if (DEBUG) Slog.d(TAG, "handlePanic()");
165 if (DEBUG) Slog.d(TAG, "Hiding immersive mode confirmation");
301 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java65 private static final boolean DEBUG = false; field in class:JobServiceContext
167 if (DEBUG) {
281 if (DEBUG) {
307 if (DEBUG) {
321 if (DEBUG) {
342 if (DEBUG) {
352 if (DEBUG) {
386 if (DEBUG) {
432 if (DEBUG) {
437 if (JobSchedulerService.DEBUG) {
[all...]

Completed in 622 milliseconds

1234567891011>>