Home
last modified time | relevance | path

Searched refs:setHasEmptyError (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java474 mView.setHasEmptyError(false); in createPkcs12PasswordDialog()
501 mView.setHasEmptyError(false); in createNameCertificateDialog()
514 mView.setHasEmptyError(true); in createNameCertificateDialog()
DViewHelper.java54 void setHasEmptyError(boolean hasEmptyError) { in setHasEmptyError() method in ViewHelper