Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
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()
DBlobStoreManagerService.java1179 void runClearAllSessions(@UserIdInt int userId) { in runClearAllSessions() method in BlobStoreManagerService