Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java2896 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 DAutofillManagerServiceImpl.java453 session.logContextCommitted(saveResult.getNoSaveUiReason(), commitReason); in finishSessionLocked()