Searched refs:logContextCommitted (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Session.java | 2896 public void logContextCommitted() { in logContextCommitted() method in Session 2910 public void logContextCommitted(@NoSaveReason int saveDialogNotShowReason, in logContextCommitted() method in Session 2951 logContextCommitted(null, null, saveDialogNotShowReason, commitReason); in handleLogContextCommitted() 2955 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted() method in Session 3221 logContextCommitted(null, null, saveDialogNotShowReason, commitReason); in handleLogFieldClassificationScore() 3282 logContextCommitted(detectedFieldIds, detectedFieldClassifications, in handleLogFieldClassificationScore()
|
H A D | AutofillManagerServiceImpl.java | 453 session.logContextCommitted(saveResult.getNoSaveUiReason(), commitReason); in finishSessionLocked()
|