HomeSort by relevance Sort by last modified time
    Searched full:secondfieldtype (Results 1 - 1 of 1) sorted by null

  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualActivity.java 317 String secondFieldType = null;
325 secondFieldType = fieldTypes.get(1);
332 fieldTypesString = "Contains data for " + firstFieldType + " and " + secondFieldType + ".";
334 fieldTypesString = "Contains data for " + firstFieldType + ", " + secondFieldType + ", and more.";

Completed in 442 milliseconds