|
@@ -1545,6 +1545,10 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ private void updateStatusIconFailUserName(int statusText) {
|
|
|
|
+ mAuthStatusIcon = R.drawable.ic_alert;
|
|
|
|
+ mAuthStatusText = statusText;
|
|
|
|
+ }
|
|
|
|
|
|
private void updateFailedAuthStatusIconAndText(int failedStatusText){
|
|
private void updateFailedAuthStatusIconAndText(int failedStatusText){
|
|
mAuthStatusIcon = R.drawable.ic_alert;
|
|
mAuthStatusIcon = R.drawable.ic_alert;
|