Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java468 storeData.serializeData(out, storeFile.getEncryptionUtil()); in serializeData()
739 storeFile.getEncryptionUtil()); in deserializeData()
771 storeFile.getEncryptionUtil(), headerName[0]); in deserializeData()
778 indicateNoDataForStoreDatas(storeDatasNotInvoked, version, storeFile.getEncryptionUtil()); in deserializeData()
823 + (storeFile.getEncryptionUtil() != null)); in dump()
896 public @Nullable WifiConfigStoreEncryptionUtil getEncryptionUtil() { in getEncryptionUtil() method in WifiConfigStore.StoreFile