Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java1731 private static final int FLAG_DUMP_CONFIG = 1 << 2; field in BlobStoreManagerService.DumpArgs
1785 mSelectedSectionFlags |= FLAG_DUMP_CONFIG; in allowDumpConfig()
1792 return (mSelectedSectionFlags & FLAG_DUMP_CONFIG) != 0; in shouldDumpConfig()