Searched refs:mPlatformEncryptionKey (Results 1 – 1 of 1) sorted by relevance
184 private PlatformEncryptionKey mPlatformEncryptionKey; field in RecoverableKeyStoreManagerTest204 mPlatformEncryptionKey = in setUp()206 when(mPlatformKeyManager.getEncryptKey(anyInt())).thenReturn(mPlatformEncryptionKey); in setUp()