Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java456 storeData.serializeData(out, storeFile.getEncryptionUtil()); in serializeData()
608 storeFile.getEncryptionUtil()); in deserializeData()
639 storeFile.getEncryptionUtil()); in deserializeData()
646 indicateNoDataForStoreDatas(storeDatasNotInvoked, version, storeFile.getEncryptionUtil()); in deserializeData()
688 pw.println(", Credentials encrypted: " + storeFile.getEncryptionUtil() != null); in dump()
756 public @Nullable WifiConfigStoreEncryptionUtil getEncryptionUtil() { in getEncryptionUtil() method in WifiConfigStore.StoreFile