Searched refs:mEncryptionUtil (Results 1 – 2 of 2) sorted by relevance
734 private final WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStore.StoreFile741 mEncryptionUtil = encryptionUtil; in StoreFile()757 return mEncryptionUtil; in getEncryptionUtil()
165 @Mock private WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStoreTest189 when(mEncryptionUtil.encrypt(any(byte[].class))) in setupMocks()191 when(mEncryptionUtil.decrypt(any(EncryptedData.class))) in setupMocks()876 super(new File("MockStoreFile"), fileId, mEncryptionUtil); in MockStoreFile()