Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1500 boolean isCredmanRequested = false; in notifyVirtualViewsReady()
1504 if (isCredmanRequested(view)) { in notifyVirtualViewsReady()
1509 isCredmanRequested = true; in notifyVirtualViewsReady()
1522 (info == null) ? null : info.getAutofillHints(), isCredmanRequested); in notifyVirtualViewsReady()
1534 boolean isCredmanRequested = false; in notifyViewEnteredForFillDialog()
1538 if (isCredmanRequested(v)) { in notifyViewEnteredForFillDialog()
1543 isCredmanRequested = true; in notifyViewEnteredForFillDialog()
1552 notifyViewReadyInner(v.getAutofillId(), v.getAutofillHints(), isCredmanRequested); in notifyViewEnteredForFillDialog() local
1556 boolean isCredmanRequested) { in notifyViewReadyInner() argument
1597 tryAddServiceClientIfNeededLocked(isCredmanRequested); in notifyViewReadyInner()
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1354 boolean isCredmanRequested = (flags & FLAG_VIEW_REQUESTS_CREDMAN_SERVICE) != 0; in requestNewFillResponseLocked()
1356 mPresentationStatsEventLogger.maybeSetIsCredentialRequest(isCredmanRequested); in requestNewFillResponseLocked()
4611 boolean isCredmanRequested = (flags & FLAG_VIEW_REQUESTS_CREDMAN_SERVICE) != 0; in updateLocked()
4621 logPresentationStatsOnViewEnteredLocked(response, isCredmanRequested); in updateLocked()
4712 logPresentationStatsOnViewEnteredLocked(response, isCredmanRequested); in updateLocked()
4754 boolean isCredmanRequested) { in logPresentationStatsOnViewEnteredLocked() argument
4756 mPresentationStatsEventLogger.maybeSetIsCredentialRequest(isCredmanRequested); in logPresentationStatsOnViewEnteredLocked()