Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java292 applyCancelAction(mHeader, response.getCancelIds()); in FillUi()
309 applyCancelAction(mFooter, response.getCancelIds()); in FillUi()
364 applyCancelAction(view, response.getCancelIds()); in FillUi()
/frameworks/base/core/java/android/service/autofill/
DFillResponse.java374 public int[] getCancelIds() { in getCancelIds() method in FillResponse