Searched defs:FLAG_PERSIST_UID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java148 private static final int FLAG_PERSIST_UID = 0x2; field in class:NetworkStatsService
149 private static final int FLAG_PERSIST_ALL = FLAG_PERSIST_NETWORK | FLAG_PERSIST_UID;
969 final boolean persistUid = (flags & FLAG_PERSIST_UID) != 0;

Completed in 8 milliseconds