Searched refs:setIsSummaryPassword (Results 1 – 3 of 3) sorted by relevance
82 ((ValidatedEditTextPreference) mPreference).setIsSummaryPassword(true); in updateDisplay()137 pref.setIsSummaryPassword(true); in updatePasswordDisplay()141 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