Home
last modified time | relevance | path

Searched refs:removeAllSessions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java463 return requestSessionCommon(pw, latch, () -> mService.removeAllSessions(userId, receiver)); in requestDestroy()
DAutofillManagerService.java509 void removeAllSessions(@UserIdInt int userId, IResultReceiver receiver) { in removeAllSessions() method in AutofillManagerService
/frameworks/base/services/core/java/com/android/server/storage/
DStorageSessionController.java294 connection.removeAllSessions(); in onUserStopping()
DStorageUserConnection.java218 public void removeAllSessions() { in removeAllSessions() method in StorageUserConnection