auto import from //branches/cupcake_rel/...@138607

This commit is contained in:
The Android Open Source Project
2009-03-13 13:04:25 -07:00
parent 80a7a1dbf2
commit 72ed6feab2
28 changed files with 194 additions and 243 deletions

View File

@@ -171,7 +171,10 @@ public class DateTimeSettings
SystemClock.setCurrentTimeMillis(when);
}
updateTimeAndDateDisplay();
timeUpdated();
// We don't need to call timeUpdated() here because the TIME_CHANGED
// broadcast is sent by the AlarmManager as a side effect of setting the
// SystemClock time.
}
public void onSharedPreferenceChanged(SharedPreferences preferences, String key) {