Searched refs:setTrackedViews (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManagerClient.aidl | 58 void setTrackedViews(int sessionId, in @nullable AutofillId[] savableIds, in setTrackedViews() method
|
D | AutofillManager.java | 2217 private void setTrackedViews(int sessionId, @Nullable AutofillId[] trackedIds, in setTrackedViews() method in AutofillManager 3206 public void setTrackedViews(int sessionId, AutofillId[] ids, in setTrackedViews() method in AutofillManager.AutofillManagerClient 3211 afm.post(() -> afm.setTrackedViews(sessionId, ids, saveOnAllViewsInvisible, in setTrackedViews()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 2627 mClient.setTrackedViews(id, toArray(trackedViews), mSaveOnAllViewsInvisible, in updateTrackedIdsLocked()
|