Searched refs:trackedIds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1921 * @param trackedIds The views to be tracked.
1927 private void setTrackedViews(int sessionId, @Nullable AutofillId[] trackedIds, argument
1933 mTrackedViews = new TrackedViews(trackedIds);
2522 * @param trackedIds The views to be tracked
2524 TrackedViews(@Nullable AutofillId[] trackedIds) { argument
2526 if (!ArrayUtils.isEmpty(trackedIds) && client != null) {
2531 isVisible = client.autofillClientGetViewVisibility(trackedIds);
2534 isVisible = new boolean[trackedIds.length];
2537 final int numIds = trackedIds.length;
2539 final AutofillId id = trackedIds[
[all...]

Completed in 12 milliseconds