Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java186 private static final int FLAG_PERSIST_NETWORK = 0x1; field in NetworkStatsService
188 private static final int FLAG_PERSIST_ALL = FLAG_PERSIST_NETWORK | FLAG_PERSIST_UID;
382 performPoll(FLAG_PERSIST_NETWORK); in handleMessage()
1132 performPoll(FLAG_PERSIST_NETWORK);
1261 performPollLocked(FLAG_PERSIST_NETWORK); in updateIfacesLocked()
1476 final boolean persistNetwork = (flags & FLAG_PERSIST_NETWORK) != 0; in performPollLocked()