Searched refs:runClearAllBlobs (Results 1 – 2 of 2) sorted by relevance
44 return runClearAllBlobs(pw); in onCommand()68 private int runClearAllBlobs(PrintWriter pw) { in runClearAllBlobs() method in BlobStoreManagerShellCommand76 mService.runClearAllBlobs(args.userId); in runClearAllBlobs()
1200 void runClearAllBlobs(@UserIdInt int userId) { in runClearAllBlobs() method in BlobStoreManagerService