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

  /frameworks/base/core/java/android/service/autofill/
CustomDescription.java 214 * .batchUpdate(hasAddress, addressBatchUpdates)
215 * .batchUpdate(hasCcNumber, ccBatchUpdates)
242 * .batchUpdate(hasAddress, addressBatchUpdates)
243 * .batchUpdate(hasCcNumber, ccBatchUpdates)
256 public Builder batchUpdate(@NonNull Validator condition, @NonNull BatchUpdates updates) {
369 builder.batchUpdate(conditions[i], updates[i]);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
PreSimpleSaveActivityTest.java 364 customDescription.batchUpdate(validCondition,
SimpleSaveActivityTest.java     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 251 milliseconds