Searched refs:printWithIndent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreManagerService.java | 1889 printWithIndent(pw, "Dump this help text"); in dumpArgsUsage() 1891 printWithIndent(pw, "Dump only the sessions info"); in dumpArgsUsage() 1893 printWithIndent(pw, "Dump only the committed blobs info"); in dumpArgsUsage() 1895 printWithIndent(pw, "Dump only the config values"); in dumpArgsUsage() 1897 printWithIndent(pw, "Dump blobs info associated with the given package"); in dumpArgsUsage() 1899 printWithIndent(pw, "Dump blobs info associated with the given uid"); in dumpArgsUsage() 1901 printWithIndent(pw, "Dump blobs info in the given user"); in dumpArgsUsage() 1903 printWithIndent(pw, "Dump blob info corresponding to the given ID"); in dumpArgsUsage() 1905 printWithIndent(pw, "Dump full unredacted blobs data"); in dumpArgsUsage() 1908 private void printWithIndent(IndentingPrintWriter pw, String str) { in printWithIndent() method in BlobStoreManagerService.DumpArgs
|