HomeSort by relevance Sort by last modified time
    Searched defs:autofillFields (Results 1 - 8 of 8) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/
MyAutofillService.java 81 AutofillFieldsCollection autofillFields = parser.getAutofillFields();
94 .setAuthentication(autofillFields.getAutofillIds(), sender, presentation);
100 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
102 (this, datasetAuth, autofillFields, saveTypes, clientFormDataMap);
AuthActivity.java 137 AutofillFieldsCollection autofillFields = parser.getAutofillFields();
142 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
145 (this, false, autofillFields, saveTypes, clientFormDataMap));
149 (this, autofillFields, clientFormDataMap.get(datasetName)));
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/
MyAutofillService.java 81 AutofillFieldsCollection autofillFields = parser.getAutofillFields();
94 .setAuthentication(autofillFields.getAutofillIds(), sender, presentation);
100 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
102 (this, datasetAuth, autofillFields, saveTypes, clientFormDataMap);
AuthActivity.java 137 AutofillFieldsCollection autofillFields = parser.getAutofillFields();
142 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
145 (this, false, autofillFields, saveTypes, clientFormDataMap));
149 (this, autofillFields, clientFormDataMap.get(datasetName)));
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
MyAutofillService.java 69 AutofillFieldMetadataCollection autofillFields = parser.getAutofillFields();
80 .setAuthentication(autofillFields.getAutofillIds(), sender, presentation);
86 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
88 (this, datasetAuth, autofillFields, clientFormDataMap);
AuthActivity.java 129 AutofillFieldMetadataCollection autofillFields = parser.getAutofillFields();
130 int saveTypes = autofillFields.getSaveType();
134 (autofillFields.getFocusedHints(), autofillFields.getAllHints());
137 (this, false, autofillFields, clientFormDataMap));
141 (this, autofillFields, clientFormDataMap.get(datasetName), false));
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/model/
ClientFormData.java 110 List<AutofillField> autofillFields = autofillFieldsCollection.getFieldsForHint(hint);
111 if (autofillFields == null) {
114 for (int autofillFieldIndex = 0; autofillFieldIndex < autofillFields.size(); autofillFieldIndex++) {
115 AutofillField autofillField = autofillFields.get(autofillFieldIndex);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/model/
ClientFormData.java 110 List<AutofillField> autofillFields = autofillFieldsCollection.getFieldsForHint(hint);
111 if (autofillFields == null) {
114 for (int autofillFieldIndex = 0; autofillFieldIndex < autofillFields.size(); autofillFieldIndex++) {
115 AutofillField autofillField = autofillFields.get(autofillFieldIndex);

Completed in 124 milliseconds