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

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
AbstractMultipleStepsActivity.java 144 int labelId = entry.getKey();
146 if (DEBUG) debug("step %d: %s->%s", i, getString(labelId), autofillHints);
147 mSteps[i++] = newStep(labelId, autofillHints);
151 private LinearLayout newStep(int labelId, String autofillHints) {
156 label.setText(labelId);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
AbstractMultipleStepsActivity.java 149 int labelId = entry.getKey();
151 if (DEBUG) debug("step %d: %s->%s", i, getString(labelId), autofillHints);
152 mSteps[i++] = newStep(labelId, autofillHints);
156 private LinearLayout newStep(int labelId, String autofillHints) {
161 label.setText(labelId);

Completed in 341 milliseconds