Searched refs:updateSessionLocked (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 987 updateSessionLocked(id, null, value, ACTION_VIEW_ENTERED, flags); in notifyViewEnteredLocked() 1019 updateSessionLocked(id, null, null, ACTION_VIEW_EXITED, 0); in notifyViewExitedLocked() 1155 updateSessionLocked(id, bounds, null, ACTION_VIEW_ENTERED, flags); in notifyViewEnteredLocked() 1198 updateSessionLocked(id, null, null, ACTION_VIEW_EXITED, 0); in notifyViewExitedLocked() 1261 updateSessionLocked(id, null, value, ACTION_VALUE_CHANGED, 0); in notifyValueChanged() 1290 updateSessionLocked(id, null, value, ACTION_VALUE_CHANGED, 0); in notifyValueChanged() 1813 private void updateSessionLocked(AutofillId id, Rect bounds, AutofillValue value, int action, in updateSessionLocked() method in AutofillManager
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 1320 service.updateSessionLocked(sessionId, getCallingUid(), autoFillId, bounds, in updateSession()
|
D | AutofillManagerServiceImpl.java | 561 boolean updateSessionLocked(int sessionId, int uid, AutofillId autofillId, Rect virtualBounds, in updateSessionLocked() method in AutofillManagerServiceImpl
|
/frameworks/base/services/ |
D | art-profile | 4573 PLcom/android/server/autofill/AutofillManagerServiceImpl;->updateSessionLocked(IILandroid/view/auto…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 73874 Landroid/view/autofill/AutofillManager;->updateSessionLocked(Landroid/view/autofill/AutofillId;Land…
|