Searched refs:getEncryptionController (Results 1 – 10 of 10) sorted by relevance
174 protected EncryptionController getEncryptionController() { in getEncryptionController() method in SetupLayoutActivity175 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()
282 getEncryptionController().cancelEncryptionReminder();
886 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()
33 protected EncryptionController getEncryptionController() { in getEncryptionController() method in TestEncryptionActivity
137 assertThat(mViewModel.getEncryptionController()) in getEncryptionController_valuesAreEqual()
57 public final EncryptionController getEncryptionController() { in getEncryptionController() method in ManagedProvisioningBaseApplication