Merge "Update preference to set password field" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13c45045de
@@ -116,7 +116,7 @@ public class ValidatedEditTextPreferenceTest {
|
||||
mPreference.onBindDialogView(mView);
|
||||
|
||||
assertThat(editText.getInputType()
|
||||
& (InputType.TYPE_TEXT_VARIATION_PASSWORD | InputType.TYPE_CLASS_TEXT))
|
||||
& (InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD | InputType.TYPE_CLASS_TEXT))
|
||||
.isNotEqualTo(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user