Searched refs:mSelectedSectionFlags (Results 1 – 1 of 1) sorted by relevance
1733 private int mSelectedSectionFlags; field in BlobStoreManagerService.DumpArgs1759 return mDumpAll || (mSelectedSectionFlags == 0); in shouldDumpAllSections()1763 mSelectedSectionFlags |= FLAG_DUMP_SESSIONS; in allowDumpSessions()1770 return (mSelectedSectionFlags & FLAG_DUMP_SESSIONS) != 0; in shouldDumpSessions()1774 mSelectedSectionFlags |= FLAG_DUMP_BLOBS; in allowDumpBlobs()1781 return (mSelectedSectionFlags & FLAG_DUMP_BLOBS) != 0; in shouldDumpBlobs()1785 mSelectedSectionFlags |= FLAG_DUMP_CONFIG; in allowDumpConfig()1792 return (mSelectedSectionFlags & FLAG_DUMP_CONFIG) != 0; in shouldDumpConfig()