HomeSort by relevance Sort by last modified time
    Searched refs:AutofillHelper (Results 1 - 12 of 12) sorted by null

  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
MyAutofillService.kt 60 val presentation = AutofillHelper
69 val response = AutofillHelper.newResponse(this, datasetAuth, autofillFields, clientFormDataMap)
AuthActivity.kt 96 AutofillHelper.newResponse(this, false, autofillFields, clientFormDataMap)?.let(this::setResponseIntent)
101 AutofillHelper.newDataset(this, autofillFields, clientFormData, false)?.let(this::setDatasetIntent)
AutofillHelper.kt 32 object AutofillHelper {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/
MyAutofillService.java 91 RemoteViews presentation = AutofillHelper
101 FillResponse response = AutofillHelper.newResponse
AutofillHelper.java 39 public final class AutofillHelper {
AuthActivity.java 144 setResponseIntent(AutofillHelper.newResponse
148 setDatasetIntent(AutofillHelper.newDataset
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/
MyAutofillService.java 91 RemoteViews presentation = AutofillHelper
101 FillResponse response = AutofillHelper.newResponse
AutofillHelper.java 39 public final class AutofillHelper {
AuthActivity.java 144 setResponseIntent(AutofillHelper.newResponse
148 setDatasetIntent(AutofillHelper.newDataset
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.java 136 setResponseIntent(AutofillHelper.newResponse
140 setDatasetIntent(AutofillHelper.newDataset
MyAutofillService.java 77 RemoteViews presentation = AutofillHelper
87 FillResponse response = AutofillHelper.newResponse
AutofillHelper.java 38 public final class AutofillHelper {

Completed in 275 milliseconds