Searched refs:FLAG_DUMP_CONFIG (Results 1 – 1 of 1) sorted by relevance
1731 private static final int FLAG_DUMP_CONFIG = 1 << 2; field in BlobStoreManagerService.DumpArgs1785 mSelectedSectionFlags |= FLAG_DUMP_CONFIG; in allowDumpConfig()1792 return (mSelectedSectionFlags & FLAG_DUMP_CONFIG) != 0; in shouldDumpConfig()