Searched refs:wifiKeystore (Results 1 – 1 of 1) sorted by relevance
299 KeyStore wifiKeystore = null; in doInBackground() local301 wifiKeystore = KeyStore.getInstance(KEYSTORE_PROVIDER); in doInBackground()302 wifiKeystore.load(new AndroidKeyStoreLoadStoreParameter( in doInBackground()308 if (wifiKeystore != null) { in doInBackground()309 credentials.addAll(getCredentialsForUid(wifiKeystore, wifiUid).values()); in doInBackground()