Searched defs:LOGD (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
H A DConfig.java58 public static final boolean LOGD = true; field in class:Config
/frameworks/base/core/java/android/widget/
H A DViewFlipper.java41 private static final boolean LOGD = false; field in class:ViewFlipper
158 if (LOGD) {
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java46 static final boolean LOGD = false; field in class:AppWidgetHostView
163 if (LOGD) Log.d(TAG, "updateAppWidget called mOld=" + mOld);
209 if (LOGD) Log.d(TAG, "was able to recycled existing layout");
219 if (LOGD) Log.d(TAG, "had to inflate new layout");
336 if (LOGD) {
366 if (LOGD) Log.d(TAG, "getDefaultView couldn't find any view, so inflating error");
/frameworks/base/core/java/android/view/
H A DVolumePanel.java49 private static boolean LOGD = false; field in class:VolumePanel
138 if (LOGD) Log.d(TAG, "onVolumeChanged(streamType: " + streamType + ", flags: " + flags + ")");
165 if (LOGD) {
365 if (LOGD) Log.d(TAG, "setRingerIcon(), ringerMode: " + ringerMode);

Completed in 384 milliseconds