Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialsInstallDialog.java58 } else if (installState == WiFiInstaller.INSTALL_FAIL_NO_WIFI) { in displayDialog()
DWiFiInstaller.java36 public static final int INSTALL_FAIL_NO_WIFI = 0; field in WiFiInstaller