Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java344 int numIds = 0; in showSaveUi() local
345 numIds += info.getRequiredIds() == null ? 0 : info.getRequiredIds().length; in showSaveUi()
346 numIds += info.getOptionalIds() == null ? 0 : info.getOptionalIds().length; in showSaveUi()
351 .addTaggedData(MetricsEvent.FIELD_AUTOFILL_NUM_IDS, numIds); in showSaveUi()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3973 final int numIds = trackedIds.length; in initialTrackedViews() local
3974 for (int i = 0; i < numIds; i++) { in initialTrackedViews()