Home
last modified time | relevance | path

Searched refs:applyCancelAction (Results 1 – 1 of 1) 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()
390 private void applyCancelAction(View rootView, int[] ids) { in applyCancelAction() method in FillUi