Searched refs:DEBUG (Results 1 - 25 of 648) sorted by relevance

1234567891011>>

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardConstants.java28 public static final boolean DEBUG = false; field in class:KeyguardConstants
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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDebug.java21 public final static boolean DEBUG = false; field in class:Debug
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DD.java22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
/frameworks/base/core/java/android/util/
H A DConfig.java31 public static final boolean DEBUG = false; field in class:Config
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java53 public static final boolean DEBUG = false; field in class:DataCollector
178 if (DEBUG) {
195 if (DEBUG) {
204 if (DEBUG) {
212 if (DEBUG) {
220 if (DEBUG) {
228 if (DEBUG) {
235 if (DEBUG) {
242 if (DEBUG) {
249 if (DEBUG) {
[all...]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java40 private static final boolean DEBUG = true; field in class:SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Lo
[all...]
/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/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java53 public static final boolean DEBUG = false; field in class:TileLifecycleManager
93 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser);
136 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser);
147 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser);
160 if (DEBUG) Log.d(TAG, "onServiceConnected " + name);
174 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name);
187 if (DEBUG) Log.d(TAG, "Handling pending onAdded");
191 if (DEBUG) Log.d(TAG, "Handling pending onStartListening");
195 if (DEBUG) Log.d(TAG, "Handling pending onClick");
204 if (DEBUG) Lo
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c34 #define DEBUG(argv) printf argv macro
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"));
136 DEBUG(("\
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatLog.java22 static final boolean DEBUG = true; field in class:CatLog
25 if (!DEBUG) {
35 if (!DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/utils/
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/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java42 private final static boolean DEBUG = DecodeTask.DEBUG; field in class:UnrefedBitmapCache
60 if (DEBUG) {
87 if (DEBUG) {
95 if (DEBUG) {
111 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsSystemUserService.java34 private static final boolean DEBUG = false; field in class:RecentsSystemUserService
45 if (DEBUG) {
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/
H A DBuildConfig.classBuildConfig.java package com.android.layoutlib.test.myapplication.test public final com. ...
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DBuildConfig.classBuildConfig.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java55 static final boolean DEBUG = false; field in class:AsyncTaskLoader
67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
90 if (DEBUG) Log.v(TAG, this + " onPostExecute");
101 if (DEBUG) Log.v(TAG, this + " onCancelled");
165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
176 if (DEBUG) Log.v(TAG,
187 if (DEBUG) Lo
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java40 static final boolean DEBUG = false; field in class:AsyncTaskLoader
52 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
55 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
67 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
75 if (DEBUG) Log.v(TAG, this + " onPostExecute");
86 if (DEBUG) Log.v(TAG, this + " onCancelled");
149 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
155 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
160 if (DEBUG) Log.v(TAG,
171 if (DEBUG) Lo
[all...]
/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"));
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/
H A DStringPresenter.java26 private static final boolean DEBUG = false; field in class:StringPresenter
31 if (DEBUG) Log.d(TAG, "onCreateViewHolder");
43 if (DEBUG) Log.d(TAG, "onBindViewHolder for " + item.toString());
49 if (DEBUG) Log.d(TAG, "onUnbindViewHolder");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSystemBars.java38 private static final boolean DEBUG = false; field in class:SystemBars
49 if (DEBUG) Log.d(TAG, "start");
50 mServiceMonitor = new ServiceMonitor(TAG, DEBUG,
57 if (DEBUG) Log.d(TAG, "onNoService");
63 if (DEBUG) Log.d(TAG, "onServiceStartAttempt mStatusBar="+mStatusBar);
88 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig");
107 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java20 private static final boolean DEBUG = false; field in class:MediaControllerGlue
27 if (DEBUG) Log.v(TAG, "onMetadataChanged");
32 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged");
37 if (DEBUG) Log.v(TAG, "onSessionDestroyed");
42 if (DEBUG) Log.v(TAG, "onSessionEvent");
91 if (DEBUG) Log.v(TAG, "New media controller " + mediaController);
207 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed);
219 if (DEBUG) Log.v(TAG, "pausePlayback");
225 if (DEBUG) Log.v(TAG, "skipToNext");
231 if (DEBUG) Lo
[all...]
/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);
96 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
156 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting);
166 if (DEBUG) LOG("onPanelPeeked");
170 if (DEBUG) LOG("onPanelCollapsed");
174 if (DEBUG) LOG("onPanelFullyOpened");
186 if (DEBUG) LOG("onExpandingFinished");
/frameworks/base/core/java/android/app/
H A DLoaderManager.java196 LoaderManagerImpl.DEBUG = enabled;
202 static boolean DEBUG = false; field in class:LoaderManagerImpl
264 if (DEBUG) Log.v(TAG, " Starting: " + this);
285 if (DEBUG) Log.v(TAG, " Retaining: " + this);
294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
329 if (DEBUG) Log.v(TAG, " Stopping: " + this);
343 if (DEBUG) Log.v(TAG, " Canceling: " + this);
355 if (DEBUG) Log.v(TAG, " Destroying: " + this);
360 if (DEBUG) Log.v(TAG, " Reseting: " + this);
392 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DozeService
96 if (DEBUG) Log.d(mTag, "new DozeService()");
97 setDebug(DEBUG);
121 if (DEBUG) Log.d(mTag, "onCreate");
150 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
165 if (DEBUG) Log.d(mTag, "onDreamingStarted canDoze=" + canDoze() + " mPowerSaveActive="
200 if (DEBUG) Log.d(mTag, "onDreamingStopped isDozing=" + isDozing());
284 if (DEBUG) Log.d(mTag, "Display off");
289 if (DEBUG) Lo
[all...]

Completed in 1005 milliseconds

1234567891011>>