Searched refs:setIsSummaryPassword (Results 1 – 5 of 5) sorted by relevance
60 ((ValidatedEditTextPreference) mPreference).setIsSummaryPassword(true); in updateDisplay()110 pref.setIsSummaryPassword(true); in updatePasswordDisplay()114 pref.setIsSummaryPassword(false); in updatePasswordDisplay()
127 mPreference.setIsSummaryPassword(true); in bindViewHolder_isPassword_shouldSetInputType()140 mPreference.setIsSummaryPassword(false); in bindViewHolder_isNotPassword_shouldNotAutoCorrectText()
105 public void setIsSummaryPassword(boolean isPassword) { in setIsSummaryPassword() method in ValidatedEditTextPreference