Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DWiFiInstaller.java29 public static final int INSTALL_SUCCESS = 2; field in WiFiInstaller
114 intent.putExtra(INSTALL_STATE, INSTALL_SUCCESS); in createMainDialog()
DCredentialsInstallDialog.java51 if (installState == WiFiInstaller.INSTALL_SUCCESS) { in displayDialog()