Home
last modified time | relevance | path

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

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