am c9d2f15f: merge from froyo-plus-aosp

Merge commit 'c9d2f15fc5012066b62f5a59aff5c7aaf283c491'

* commit 'c9d2f15fc5012066b62f5a59aff5c7aaf283c491':
  Disabled verbose logging
  replaced deprecated setButton methods
  Replaced deprecated String Constructor
This commit is contained in:
The Android Open Source Project
2010-06-25 14:21:27 -07:00
committed by Android Git Automerger

View File

@@ -52,7 +52,7 @@ import android.widget.AdapterView.OnItemSelectedListener;
*/
public class UsageStats extends Activity implements OnItemSelectedListener {
private static final String TAG="UsageStatsActivity";
private static final boolean localLOGV = true;
private static final boolean localLOGV = false;
private Spinner mTypeSpinner;
private ListView mListView;
private IUsageStats mUsageStatsService;