Searched refs:isResponseAuth (Results 1 – 7 of 7) sorted by relevance
38 fun isResponseAuth(context: Context): Boolean { in isResponseAuth() method
53 MyPreferences.isResponseAuth(this), in <lambda>()
51 public boolean isResponseAuth() { in isResponseAuth() method in MyPreferences
95 mPreferences.isResponseAuth(), in onCreate()96 (compoundButton, isResponseAuth) -> mPreferences.setResponseAuth(isResponseAuth)); in onCreate()
54 val responseAuth = MyPreferences.isResponseAuth(this) in onFillRequest()
76 mAuthenticateResponses = pref.isResponseAuth(); in onConnected()
110 boolean responseAuth = mPreferences.isResponseAuth(); in onFillRequest()