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()
702 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()708 mViewModel.getEncryptionController().cancelEncryptionReminder(); in continueProvisioningAfterUserConsent()
199 getEncryptionController().cancelEncryptionReminder();
162 protected EncryptionController getEncryptionController() { in getEncryptionController() method in SetupLayoutActivity163 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