am 85162eb1: Minor tweaks to address code review.

Merge commit '85162eb11793beecc3f3d918cec9faeb02846ad0'

* commit '85162eb11793beecc3f3d918cec9faeb02846ad0':
  Minor tweaks to address code review.
This commit is contained in:
Karl Rosaen
2009-09-17 12:08:57 -07:00
committed by Android Git Automerger

View File

@@ -43,7 +43,8 @@ import java.util.Date;
* the user how to unlock their device, or make an emergency call.
*/
class UnlockScreen extends LinearLayoutWithDefaultTouchRecepient
implements KeyguardScreen, KeyguardUpdateMonitor.ConfigurationChangeCallback, KeyguardUpdateMonitor.InfoCallback, KeyguardUpdateMonitor.SimStateCallback {
implements KeyguardScreen, KeyguardUpdateMonitor.ConfigurationChangeCallback,
KeyguardUpdateMonitor.InfoCallback, KeyguardUpdateMonitor.SimStateCallback {
private static final String TAG = "UnlockScreen";
@@ -156,7 +157,6 @@ class UnlockScreen extends LinearLayoutWithDefaultTouchRecepient
mDate = (TextView) findViewById(R.id.date);
mTime = (TextView) findViewById(R.id.time);
mCarrier.setText("Verizon Wireless");
mCenterDot.setText("|");
refreshTimeAndDateDisplay();
@@ -217,7 +217,7 @@ class UnlockScreen extends LinearLayoutWithDefaultTouchRecepient
mCarrier.setText(
LockScreen.getCarrierString(
mUpdateMonitor.getTelephonyPlmn(),
mUpdateMonitor.getTelephonySpn()));
mUpdateMonitor.getTelephonySpn()));
}
private void refreshTimeAndDateDisplay() {