Searched refs:mEncryptionUtil (Results 1 – 2 of 2) sorted by relevance
873 private final WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStore.StoreFile882 mEncryptionUtil = encryptionUtil; in StoreFile()897 return mEncryptionUtil; in getEncryptionUtil()
201 @Mock private WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStoreTest228 when(mEncryptionUtil.encrypt(any(byte[].class))) in setupMocks()230 when(mEncryptionUtil.decrypt(any(EncryptedData.class))) in setupMocks()1064 super(new File("MockStoreFile"), fileId, UserHandle.ALL, mEncryptionUtil); in MockStoreFile()