Searched refs:FLAG_PERSIST_UID (Results 1 – 1 of 1) sorted by relevance
168 private static final int FLAG_PERSIST_UID = 0x2; field in NetworkStatsService169 private static final int FLAG_PERSIST_ALL = FLAG_PERSIST_NETWORK | FLAG_PERSIST_UID;1272 final boolean persistUid = (flags & FLAG_PERSIST_UID) != 0; in performPollLocked()