Home
last modified time | relevance | path

Searched refs:isResponseAuth (Results 1 – 7 of 7) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
DMyPreferences.kt38 fun isResponseAuth(context: Context): Boolean { in isResponseAuth() method
DSettingsActivity.kt53 MyPreferences.isResponseAuth(this), in <lambda>()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DMyPreferences.java51 public boolean isResponseAuth() { in isResponseAuth() method in MyPreferences
DSettingsActivity.java95 mPreferences.isResponseAuth(), in onCreate()
96 (compoundButton, isResponseAuth) -> mPreferences.setResponseAuth(isResponseAuth)); in onCreate()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DMyAutofillService.kt54 val responseAuth = MyPreferences.isResponseAuth(this) in onFillRequest()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
DDebugService.java76 mAuthenticateResponses = pref.isResponseAuth(); in onConnected()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DMyAutofillService.java110 boolean responseAuth = mPreferences.isResponseAuth(); in onFillRequest()