Loading res/layout-land/confirm_lock_password.xml +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ style="@style/TextAppearance.PasswordEntry"/> <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading res/layout-land/confirm_lock_pattern.xml +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading res/layout/confirm_lock_password_base.xml +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="0dp" Loading res/layout/confirm_lock_pattern_base.xml +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="0dp" Loading src/com/android/settings/ConfirmLockPassword.java +0 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,6 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity { private void showError(CharSequence msg, long timeout) { mErrorTextView.setText(msg); mErrorTextView.announceForAccessibility(mErrorTextView.getText()); mPasswordEntry.setText(null); mHandler.removeCallbacks(mResetErrorRunnable); if (timeout != 0) { Loading Loading
res/layout-land/confirm_lock_password.xml +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ style="@style/TextAppearance.PasswordEntry"/> <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading
res/layout-land/confirm_lock_pattern.xml +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading
res/layout/confirm_lock_password_base.xml +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="0dp" Loading
res/layout/confirm_lock_pattern_base.xml +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText" android:accessibilityLiveRegion="polite" android:id="@+id/errorText" android:layout_width="wrap_content" android:layout_height="0dp" Loading
src/com/android/settings/ConfirmLockPassword.java +0 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,6 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity { private void showError(CharSequence msg, long timeout) { mErrorTextView.setText(msg); mErrorTextView.announceForAccessibility(mErrorTextView.getText()); mPasswordEntry.setText(null); mHandler.removeCallbacks(mResetErrorRunnable); if (timeout != 0) { Loading