Searched refs:FLAG_DUMP_SESSIONS (Results 1 – 1 of 1) sorted by relevance
1729 private static final int FLAG_DUMP_SESSIONS = 1 << 0; field in BlobStoreManagerService.DumpArgs1763 mSelectedSectionFlags |= FLAG_DUMP_SESSIONS; in allowDumpSessions()1770 return (mSelectedSectionFlags & FLAG_DUMP_SESSIONS) != 0; in shouldDumpSessions()