Searched refs:ACTION_NETWORK_STATS_POLL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java41 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;
210 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
227 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
274 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
352 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
370 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
409 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
434 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
453 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
498 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java170 public static final String ACTION_NETWORK_STATS_POLL = field in class:NetworkStatsService
325 final IntentFilter pollFilter = new IntentFilter(ACTION_NETWORK_STATS_POLL);
422 * Clear any existing {@link #ACTION_NETWORK_STATS_POLL} alarms, and
432 mContext, 0, new Intent(ACTION_NETWORK_STATS_POLL), 0);

Completed in 8 milliseconds