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