Searched refs:mEncryptionUtil (Results 1 – 2 of 2) sorted by relevance
796 private final WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStore.StoreFile805 mEncryptionUtil = encryptionUtil; in StoreFile()820 return mEncryptionUtil; in getEncryptionUtil()
226 @Mock private WifiConfigStoreEncryptionUtil mEncryptionUtil; field in WifiConfigStoreTest253 when(mEncryptionUtil.encrypt(any(byte[].class))) in setupMocks()255 when(mEncryptionUtil.decrypt(any(EncryptedData.class))) in setupMocks()985 super(new File("MockStoreFile"), fileId, UserHandle.ALL, mEncryptionUtil); in MockStoreFile()