Searched refs:getMainPassword (Results 1 – 6 of 6) sorted by relevance
60 fun getMainPassword(context: Context): String? { in getMainPassword() method
73 if (MyPreferences.getMainPassword(this@SettingsActivity) != null) { in <lambda>()110 if (MyPreferences.getMainPassword(this@SettingsActivity) == password) { in <lambda>()
79 public String getMainPassword() { in getMainPassword() method in MyPreferences
114 if (mPreferences.getMainPassword() != null) { in onCreate()269 if (mPreferences.getMainPassword()
63 if (password.toString() == MyPreferences.getMainPassword(this@AuthActivity)) { in <lambda>()
122 String correctPassword = MyPreferences.getInstance(AuthActivity.this).getMainPassword(); in login()