Searched refs:getEncryptionController (Results 1 – 10 of 10) sorted by relevance
165 EncryptionController getEncryptionController() { in getEncryptionController() method in PreProvisioningViewModel207 mApplication.getEncryptionController()); in create()
34 getBaseApplication().getEncryptionController() in onCreate()
82 getEncryptionController().setEncryptionReminder(mParams); in initializeUi()
620 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()626 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()
199 getEncryptionController().cancelEncryptionReminder();
157 protected EncryptionController getEncryptionController() { in getEncryptionController() method in SetupLayoutActivity158 return getBaseApplication().getEncryptionController(); in getEncryptionController()
31 return getApplicationContext(context).getEncryptionController();
33 protected EncryptionController getEncryptionController() { in getEncryptionController() method in TestEncryptionActivity
128 assertThat(mViewModel.getEncryptionController()) in getEncryptionController_valuesAreEqual()
49 public final EncryptionController getEncryptionController() { in getEncryptionController() method in ManagedProvisioningBaseApplication