Searched refs:runClearAllSessions (Results 1 – 2 of 2) sorted by relevance
42 return runClearAllSessions(pw); in onCommand()56 private int runClearAllSessions(PrintWriter pw) { in runClearAllSessions() method in BlobStoreManagerShellCommand64 mService.runClearAllSessions(args.userId); in runClearAllSessions()
1179 void runClearAllSessions(@UserIdInt int userId) { in runClearAllSessions() method in BlobStoreManagerService