Home
last modified time | relevance | path

Searched refs:getCancelIds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java280 applyCancelAction(mHeader, response.getCancelIds()); in FillUi()
297 applyCancelAction(mFooter, response.getCancelIds()); in FillUi()
352 applyCancelAction(view, response.getCancelIds()); in FillUi()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java362 public int[] getCancelIds() { in getCancelIds() method in FillResponse