Searched refs:wifiKeystore (Results 1 – 1 of 1) sorted by relevance
279 KeyStore wifiKeystore = null; in doInBackground() local281 wifiKeystore = KeyStore.getInstance(KEYSTORE_PROVIDER); in doInBackground()282 wifiKeystore.load(new AndroidKeyStoreLoadStoreParameter( in doInBackground()288 if (wifiKeystore != null) { in doInBackground()289 credentials.addAll(getCredentialsForUid(wifiKeystore, wifiUid).values()); in doInBackground()