Automated import from //branches/master/...@142436,142436

This commit is contained in:
Evan Millar
2009-03-24 22:50:12 -07:00
committed by The Android Open Source Project
parent 4f7c1f740e
commit 5990cc129c
4 changed files with 1 additions and 52 deletions

View File

@@ -74,7 +74,6 @@ public class Status extends PreferenceActivity {
private Resources mRes;
private Preference mSignalStrength;
private Preference mUptime;
private Preference mAwakeTime;
private static String sUnknown;
@@ -181,7 +180,6 @@ public class Status extends PreferenceActivity {
// Note - missing in zaku build, be careful later...
mSignalStrength = findPreference("signal_strength");
mUptime = findPreference("up_time");
mAwakeTime = findPreference("awake_time");
setSummaryText("imei", mPhone.getDeviceId());
setSummaryText("imei_sv",
@@ -363,7 +361,6 @@ public class Status extends PreferenceActivity {
}
mUptime.setSummary(convert(ut));
mAwakeTime.setSummary(convert(at) + " (" + (((1000 * at / ut) + 5) / 10) + "%)");
}
private String pad(int n) {