Searched refs:isCredmanRequested (Results 1 – 2 of 2) sorted by relevance
1500 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() local1556 boolean isCredmanRequested) { in notifyViewReadyInner() argument1597 tryAddServiceClientIfNeededLocked(isCredmanRequested); in notifyViewReadyInner()[all …]
1354 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() argument4756 mPresentationStatsEventLogger.maybeSetIsCredentialRequest(isCredmanRequested); in logPresentationStatsOnViewEnteredLocked()