Home
last modified time | relevance | path

Searched refs:runClearAllSessions (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerShellCommand.java42 return runClearAllSessions(pw); in onCommand()
56 private int runClearAllSessions(PrintWriter pw) { in runClearAllSessions() method in BlobStoreManagerShellCommand
64 mService.runClearAllSessions(args.userId); in runClearAllSessions()
H A DBlobStoreManagerService.java1179 void runClearAllSessions(@UserIdInt int userId) { in runClearAllSessions() method in BlobStoreManagerService