Searched refs:FLAG_DUMP_BLOBS (Results 1 – 1 of 1) sorted by relevance
1730 private static final int FLAG_DUMP_BLOBS = 1 << 1; field in BlobStoreManagerService.DumpArgs1774 mSelectedSectionFlags |= FLAG_DUMP_BLOBS; in allowDumpBlobs()1781 return (mSelectedSectionFlags & FLAG_DUMP_BLOBS) != 0; in shouldDumpBlobs()