/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
H A D | KeyguardConstants.java | 28 public static final boolean DEBUG = false; field in class:KeyguardConstants
|
H A D | KeyguardDisplayManager.java | 33 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 D | Debug.java | 21 public final static boolean DEBUG = false; field in class:Debug
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | D.java | 22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
|
/frameworks/base/core/java/android/util/ |
H A D | Config.java | 31 public static final boolean DEBUG = false; field in class:Config
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
H A D | DataCollector.java | 57 public static final boolean DEBUG = false; field in class:DataCollector 219 if (DEBUG) { 248 if (DEBUG) { 257 if (DEBUG) { 265 if (DEBUG) { 273 if (DEBUG) { 281 if (DEBUG) { 288 if (DEBUG) { 295 if (DEBUG) { 302 if (DEBUG) { [all...] |
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 40 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 D | ChooserTargetService.java | 81 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/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | DecTestBench.c | 34 #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 D | CatLog.java | 22 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 D | TaskDrainer.java | 56 private final boolean DEBUG = false; field in class:TaskDrainer 119 if (DEBUG) { 153 if (DEBUG) { 179 if (DEBUG) { 188 if (DEBUG) { 206 if (DEBUG) {
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | UnrefedBitmapCache.java | 42 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 D | RecentsSystemUserService.java | 34 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 D | BuildConfig.class | BuildConfig.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 D | BuildConfig.class | BuildConfig.java package com.android.layoutlib.test.myapplication public final com.android. ... |
/frameworks/base/core/java/android/content/ |
H A D | AsyncTaskLoader.java | 55 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/core-utils/java/android/support/v4/content/ |
H A D | AsyncTaskLoader.java | 43 static final boolean DEBUG = false; field in class:AsyncTaskLoader 55 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); 58 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); 70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); 78 if (DEBUG) Log.v(TAG, this + " onPostExecute"); 89 if (DEBUG) Log.v(TAG, this + " onCancelled"); 152 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); 158 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); 163 if (DEBUG) Log.v(TAG, 174 if (DEBUG) Lo [all...] |
/frameworks/base/core/java/android/os/ |
H A D | UpdateLock.java | 30 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/leanback/tests/java/android/support/v17/leanback/app/ |
H A D | StringPresenter.java | 23 private static final boolean DEBUG = false; field in class:StringPresenter 28 if (DEBUG) Log.d(TAG, "onCreateViewHolder"); 40 if (DEBUG) Log.d(TAG, "onBindViewHolder for " + item.toString()); 46 if (DEBUG) Log.d(TAG, "onUnbindViewHolder");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SystemBars.java | 38 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/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
H A D | BackgroundHelper.java | 32 private static final boolean DEBUG = false; field in class:BackgroundHelper 51 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled"); 64 if (DEBUG) Log.v(TAG, "Cancelling task"); 67 if (DEBUG) Log.v(TAG, "Executing task"); 78 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled); 88 if (DEBUG) Log.v(TAG, "onPostExecute"); 97 if (DEBUG) Log.v(TAG, "onCancelled"); 103 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId); 143 if (DEBUG) Log.v(TAG, "attach to activity " + activity); 151 if (DEBUG) Lo [all...] |
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
H A D | BackgroundHelper.java | 32 private static final boolean DEBUG = false; field in class:BackgroundHelper 51 if (DEBUG && !ENABLED) Log.v(TAG, "BackgroundHelper: disabled"); 64 if (DEBUG) Log.v(TAG, "Cancelling task"); 67 if (DEBUG) Log.v(TAG, "Executing task"); 78 if (DEBUG) Log.v(TAG, "doInBackground cancelled " + cancelled); 88 if (DEBUG) Log.v(TAG, "onPostExecute"); 97 if (DEBUG) Log.v(TAG, "onCancelled"); 103 if (DEBUG) Log.v(TAG, "load resourceId " + resourceId); 143 if (DEBUG) Log.v(TAG, "attach to activity " + activity); 151 if (DEBUG) Lo [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
H A D | MediaControllerGlue.java | 20 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/qs/external/ |
H A D | TileLifecycleManager.java | 55 public static final boolean DEBUG = false; field in class:TileLifecycleManager 99 if (DEBUG) Log.d(TAG, "Creating " + mIntent + " " + mUser); 148 if (DEBUG) Log.d(TAG, "Binding service " + mIntent + " " + mUser); 159 if (DEBUG) Log.d(TAG, "Unbinding service " + mIntent + " " + mUser); 172 if (DEBUG) Log.d(TAG, "onServiceConnected " + name); 186 if (DEBUG) Log.d(TAG, "onServiceDisconnected " + name); 199 if (DEBUG) Log.d(TAG, "Handling pending onAdded"); 203 if (DEBUG) Log.d(TAG, "Handling pending onStartListening"); 207 if (DEBUG) Log.d(TAG, "Handling pending onClick"); 216 if (DEBUG) Lo [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelBar.java | 27 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");
|