Searched refs:getEncryptionController (Results 1 – 10 of 10) sorted by relevance
164 protected EncryptionController getEncryptionController() { in getEncryptionController() method in SetupLayoutActivity165 return getBaseApplication().getEncryptionController(); in getEncryptionController()
31 return getApplicationContext(context).getEncryptionController();
221 EncryptionController getEncryptionController() { in getEncryptionController() method in PreProvisioningViewModel297 mApplication.getEncryptionController(), in create()
34 getBaseApplication().getEncryptionController() in onCreate()
82 getEncryptionController().setEncryptionReminder(mParams); in initializeUi()
269 getEncryptionController().cancelEncryptionReminder();
850 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()
33 protected EncryptionController getEncryptionController() { in getEncryptionController() method in TestEncryptionActivity
137 assertThat(mViewModel.getEncryptionController()) in getEncryptionController_valuesAreEqual()
51 public final EncryptionController getEncryptionController() { in getEncryptionController() method in ManagedProvisioningBaseApplication