Android getDatabaseName

I need to get the name of the database. In classic SQLite, there is a method getDatabaseName () instead cipher does not seem to have it.
I implemented a method setDataBaseName () in the Helper class, but when I try to recall it in another class, the method does not exist. Do you have ideas?

Please, look at my post with the complete code
http://stackoverflow.com/questions/34931837/android-sqlcipher-getdatabasename

Hello @Christian_C

It appears the @commonsguy has answered your question in that thread. Can you review his feedback? Thanks!