HomeSort by relevance Sort by last modified time
    Searched refs:loadCertificates (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 315 loadCertificates(mEapCaCert, Credentials.CA_CERTIFICATE);
316 loadCertificates(mEapUserCert, Credentials.USER_PRIVATE_KEY);
332 private void loadCertificates(Spinner spinner, String prefix) {
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 337 private Certificate[] loadCertificates(JarFile jarFile, JarEntry je,
485 certs = loadCertificates(jarFile, jarEntry, readBuffer);
513 Certificate[] localCerts = loadCertificates(jarFile, je,
    [all...]

Completed in 136 milliseconds