Searched refs:trackedIds (Results 1 – 1 of 1) sorted by relevance
3293 private void setTrackedViews(int sessionId, @Nullable AutofillId[] trackedIds, in setTrackedViews() argument3302 + ", trackedIds=" + Arrays.toString(trackedIds) in setTrackedViews()3338 trackedIds = null; in setTrackedViews()3345 if (trackedIds != null) { in setTrackedViews()3346 for (AutofillId id : trackedIds) { in setTrackedViews()3355 mTrackedViews = new TrackedViews(trackedIds, Helper.toArray(allFillableIds)); in setTrackedViews()4233 TrackedViews(@Nullable AutofillId[] trackedIds, @Nullable AutofillId[] allTrackedIds) { in TrackedViews() argument4236 if (!ArrayUtils.isEmpty(trackedIds)) { in TrackedViews()4238 initialTrackedViews(trackedIds, mVisibleTrackedIds, mInvisibleTrackedIds); in TrackedViews()4250 Log.v(TAG, "TrackedViews(trackedIds=" + Arrays.toString(trackedIds) + "): " in TrackedViews()[all …]