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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHotspotControllerImpl.java37 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:HotspotControllerImpl
85 if (DEBUG) Log.d(TAG, "addCallback " + callback);
94 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
116 if (DEBUG) Log.d(TAG, "Starting tethering");
137 if (DEBUG) Log.d(TAG, "onTetheringStarted");
144 if (DEBUG) Log.d(TAG, "onTetheringFailed");
156 if (DEBUG) Log.d(TAG, "Registering receiver");
162 if (DEBUG) Log.d(TAG, "Unregistering receiver");
172 if (DEBUG) Lo
[all...]
H A DAccessPointControllerImpl.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AccessPointControllerImpl
81 if (DEBUG) Log.d(TAG, "addCallback " + callback);
91 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
100 if (DEBUG) Log.d(TAG, "scan!");
112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
164 if (DEBUG) Log.d(TAG, "connect success");
169 if (DEBUG) Log.d(TAG, "connect failure reason=" + reason);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java22 static final boolean DEBUG = false; field in class:MediaControllerGlue
29 if (DEBUG) Log.v(TAG, "onMetadataChanged");
34 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
39 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
44 if (DEBUG) Log.v(TAG, "onSessionEvent");
93 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
209 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
221 if (DEBUG) Log.v(TAG, "pausePlayback");
227 if (DEBUG) Log.v(TAG, "skipToNext");
233 if (DEBUG) Lo
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DMediaControllerGlue.java34 static final boolean DEBUG = false; field in class:MediaControllerGlue
41 if (DEBUG) Log.v(TAG, "onMetadataChanged");
46 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
51 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
56 if (DEBUG) Log.v(TAG, "onSessionEvent");
78 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
194 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
206 if (DEBUG) Log.v(TAG, "pausePlayback");
212 if (DEBUG) Log.v(TAG, "skipToNext");
218 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DMemoryPowerCalculator.java10 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:MemoryPowerCalculator
18 if (powerAverages[i] == 0 && DEBUG) {
38 if(DEBUG) {
49 if (DEBUG) {
H A DWakelockPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WakelockPowerCalculator
54 if (DEBUG && app.wakeLockPowerMah != 0) {
68 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java55 public static final boolean DEBUG = false; field in class:TileLifecycleManager
107 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser);
160 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser);
171 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser);
184 if (DEBUG) Log.d(TAG, "onServiceConnected " + name);
198 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name);
211 if (DEBUG) Log.d(TAG, "Handling pending onAdded");
215 if (DEBUG) Log.d(TAG, "Handling pending onStartListening");
219 if (DEBUG) Log.d(TAG, "Handling pending onClick");
228 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java60 private static final boolean DEBUG = DEBUG_LOCAL || DEBUG_ANIM; field in class:BoundsAnimationController
85 if (DEBUG) Slog.d(TAG, "onAppTransitionCancelledLocked:"
90 if (DEBUG) Slog.d(TAG, "onAppTransitionFinishedLocked:"
202 if (DEBUG) Slog.d(TAG, "onAnimationStart: mTarget=" + mTarget
245 if (DEBUG) Slog.d(TAG, "pause: waiting for windows drawn");
252 if (DEBUG) Slog.d(TAG, "resume:");
265 if (DEBUG) Slog.d(TAG, "animateUpdate: mTarget=" + mTarget + " mBounds="
275 if (DEBUG) Slog.d(TAG, "animateUpdate: cancelled");
292 if (DEBUG) Slog.d(TAG, "onAnimationEnd: mTarget=" + mTarget
312 if (DEBUG) Slo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java33 private static boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardDisplayManager
46 if (DEBUG) Slog.v(TAG, "show");
56 if (DEBUG) Slog.v(TAG, "hide");
67 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
73 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
79 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
101 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java27 public static final boolean DEBUG = false; field in class:PanelBar
32 if (!DEBUG) return;
45 if (DEBUG) LOG("go state: %d -> %d", mState, state);
100 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
160 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting);
170 if (DEBUG) LOG("onPanelPeeked");
178 if (DEBUG) LOG("onPanelCollapsed");
182 if (DEBUG) LOG("onPanelFullyOpened");
194 if (DEBUG) LOG("onExpandingFinished");
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java38 private static final boolean DEBUG = false; field in class:BackgroundHelper
63 if (DEBUG) Log.v(TAG, "hitCache token:" + token + " " + mLastBitmap);
73 if (DEBUG) Log.v(TAG, "putCache token:" + token + " " + bitmap);
106 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled");
119 if (DEBUG) Log.v(TAG, "Executing task");
129 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled);
139 if (DEBUG) Log.v(TAG, "onPostExecute");
145 if (DEBUG) Log.v(TAG, "onCancelled");
151 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId);
206 if (DEBUG) Lo
[all...]
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java38 private static final boolean DEBUG = false; field in class:BackgroundHelper
63 if (DEBUG) Log.v(TAG, "hitCache token:" + token + " " + mLastBitmap);
73 if (DEBUG) Log.v(TAG, "putCache token:" + token + " " + bitmap);
106 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled");
119 if (DEBUG) Log.v(TAG, "Executing task");
129 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled);
139 if (DEBUG) Log.v(TAG, "onPostExecute");
145 if (DEBUG) Log.v(TAG, "onCancelled");
151 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId);
206 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java196 LoaderManagerImpl.DEBUG = enabled;
205 static boolean DEBUG = false; field in class:LoaderManagerImpl
267 if (DEBUG) Log.v(TAG, " Starting: " + this);
288 if (DEBUG) Log.v(TAG, " Retaining: " + this);
297 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
332 if (DEBUG) Log.v(TAG, " Stopping: " + this);
346 if (DEBUG) Log.v(TAG, " Canceling: " + this);
358 if (DEBUG) Log.v(TAG, " Destroying: " + this);
363 if (DEBUG) Log.v(TAG, " Reseting: " + this);
395 if (DEBUG) Lo
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DLoaderManager.java177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false; field in class:LoaderManagerImpl
254 if (DEBUG) Log.v(TAG, " Starting: " + this);
275 if (DEBUG) Log.v(TAG, " Retaining: " + this);
284 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
319 if (DEBUG) Log.v(TAG, " Stopping: " + this);
333 if (DEBUG) Log.v(TAG, " Canceling: " + this);
345 if (DEBUG) Log.v(TAG, " Destroying: " + this);
350 if (DEBUG) Log.v(TAG, " Resetting: " + this);
382 if (DEBUG) Lo
[all...]
/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/rs/rsov/compiler/
H A DGlobalMergePass.cpp45 DEBUG(dbgs() << "RS2SPIRVGlobalMergePass\n");
46 DEBUG(M.dump());
67 DEBUG(MergedTy->dump());
83 DEBUG(dbgs() << "User: ");
84 DEBUG(User->dump());
121 DEBUG(GV.dump());
/frameworks/base/core/java/android/printservice/
H A DPrintService.java165 private static final boolean DEBUG = false; field in class:PrintService
477 if (DEBUG) {
494 if (DEBUG) {
505 if (DEBUG) {
516 if (DEBUG) {
526 if (DEBUG) {
537 if (DEBUG) {
548 if (DEBUG) {
559 if (DEBUG) {
570 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java44 private static final boolean DEBUG = false; field in class:CameraCaptureSessionImpl
124 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully");
176 if (DEBUG) {
210 if (DEBUG) {
233 if (DEBUG) {
262 if (DEBUG) {
276 if (DEBUG) {
288 if (DEBUG) {
348 if (DEBUG) Log.v(TAG, mIdString + "replaceSessionClose");
368 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java33 private static final boolean DEBUG = false; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DStateController.java32 protected static final boolean DEBUG = JobSchedulerService.DEBUG; field in class:StateController
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java41 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:CountdownConditionProvider
57 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
94 if (DEBUG) Slog.d(TAG, "onConnected");
102 if (DEBUG) Slog.d(TAG, "onDestroy");
111 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
131 if (DEBUG) Slog.d(TAG, String.format(
149 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java41 static final boolean DEBUG = false; field in class:FullWidthDetailsOverviewSharedElementHelper
58 if (DEBUG) {
87 if (DEBUG) {
120 if (DEBUG) {
128 if (DEBUG) {
140 if (DEBUG) {
151 if (DEBUG) {
182 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c25 #define DEBUG(argv) printf argv macro
84 DEBUG((
87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
92 DEBUG(("\t-Onone does not write output\n"));
94 DEBUG(("\t-C display cropped image (default decoded image)\n"));
95 DEBUG(("\t-R disable DPB output reordering\n"));
96 DEBUG(("\t-T to print tag name and exit\n"));
130 DEBUG(("N
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DPreloadsFileCacheExpirationJobService.java41 private static final boolean DEBUG = false; // Do not submit with true field in class:PreloadsFileCacheExpirationJobService
53 long keepPreloadsMinTimeoutMs = DEBUG ? TimeUnit.MINUTES.toMillis(2)
55 long keepPreloadsMaxTimeoutMs = DEBUG ? TimeUnit.MINUTES.toMillis(3)
58 if (DEBUG) {
/frameworks/support/compat/java/android/support/v4/app/
H A DJobIntentService.java94 static final boolean DEBUG = false; field in class:JobIntentService
176 if (DEBUG) Log.d(TAG, "Starting service for work: " + work);
237 static final boolean DEBUG = false; field in class:JobIntentService.JobServiceEngineImpl
272 if (DEBUG) Log.d(TAG, "onStartJob: " + params);
281 if (DEBUG) Log.d(TAG, "onStartJob: " + params);
315 if (DEBUG) Log.d(TAG, "Enqueueing work: " + work);
348 if (DEBUG) Log.d(TAG, "Stopping self: #" + mStartId);
361 if (DEBUG) Log.d(TAG, "Starting to dequeue work...");
364 if (DEBUG) Log.d(TAG, "Processing next work: " + work);
366 if (DEBUG) Lo
[all...]

Completed in 1387 milliseconds

1234567891011>>