Searched refs:mSelectedSectionFlags (Results 1 – 1 of 1) sorted by relevance
1696 private int mSelectedSectionFlags; field in BlobStoreManagerService.DumpArgs1722 return mDumpAll || (mSelectedSectionFlags == 0); in shouldDumpAllSections()1726 mSelectedSectionFlags |= FLAG_DUMP_SESSIONS; in allowDumpSessions()1733 return (mSelectedSectionFlags & FLAG_DUMP_SESSIONS) != 0; in shouldDumpSessions()1737 mSelectedSectionFlags |= FLAG_DUMP_BLOBS; in allowDumpBlobs()1744 return (mSelectedSectionFlags & FLAG_DUMP_BLOBS) != 0; in shouldDumpBlobs()1748 mSelectedSectionFlags |= FLAG_DUMP_CONFIG; in allowDumpConfig()1755 return (mSelectedSectionFlags & FLAG_DUMP_CONFIG) != 0; in shouldDumpConfig()