Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java1730 private static final int FLAG_DUMP_BLOBS = 1 << 1; field in BlobStoreManagerService.DumpArgs
1774 mSelectedSectionFlags |= FLAG_DUMP_BLOBS; in allowDumpBlobs()
1781 return (mSelectedSectionFlags & FLAG_DUMP_BLOBS) != 0; in shouldDumpBlobs()