Home
last modified time | relevance | path

Searched refs:mSelectedSectionFlags (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java1696 private int mSelectedSectionFlags; field in BlobStoreManagerService.DumpArgs
1722 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()