Searched defs:DumpState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java12387 static class DumpState { class in class:PackageManagerService
12468 DumpState dumpState = new DumpState();
12511 dumpState.setOptionEnabled(DumpState.OPTION_SHOW_FILTERS);
12526 dumpState.setOptionEnabled(DumpState.OPTION_SHOW_FILTERS);
12528 dumpState.setDump(DumpState.DUMP_LIBS);
12530 dumpState.setDump(DumpState.DUMP_FEATURES);
12532 dumpState.setDump(DumpState.DUMP_RESOLVERS);
12534 dumpState.setDump(DumpState.DUMP_PERMISSIONS);
12536 dumpState.setDump(DumpState
[all...]

Completed in 72 milliseconds