Searched refs:FLAG_PERSIST_NETWORK (Results 1 – 1 of 1) sorted by relevance
188 private static final int FLAG_PERSIST_NETWORK = 0x1; field in NetworkStatsService190 private static final int FLAG_PERSIST_ALL = FLAG_PERSIST_NETWORK | FLAG_PERSIST_UID;387 performPoll(FLAG_PERSIST_NETWORK); in handleMessage()1160 performPoll(FLAG_PERSIST_NETWORK);1289 performPollLocked(FLAG_PERSIST_NETWORK);1504 final boolean persistNetwork = (flags & FLAG_PERSIST_NETWORK) != 0;