Searched refs:autoFillId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | IAutoFillManager.aidl | 36 int startSession(IBinder activityToken, in IBinder appCallback, in AutofillId autoFillId, in startSession() argument 44 in AutofillId autoFillId, in Rect bounds, in AutofillValue value, int userId, in updateOrRestartSession() argument
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 593 public void updateSession(int sessionId, AutofillId autoFillId, Rect bounds, in updateSession() argument 598 service.updateSessionLocked(sessionId, getCallingUid(), autoFillId, bounds, in updateSession() 606 AutofillId autoFillId, Rect bounds, AutofillValue value, int userId, in updateOrRestartSession() argument 613 restart = service.updateSessionLocked(sessionId, getCallingUid(), autoFillId, in updateOrRestartSession() 618 return startSession(activityToken, appCallback, autoFillId, bounds, value, userId, in updateOrRestartSession()
|