Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java1729 private static final int FLAG_DUMP_SESSIONS = 1 << 0; field in BlobStoreManagerService.DumpArgs
1763 mSelectedSectionFlags |= FLAG_DUMP_SESSIONS; in allowDumpSessions()
1770 return (mSelectedSectionFlags & FLAG_DUMP_SESSIONS) != 0; in shouldDumpSessions()