HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_NETWORK_STATS_POLL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 40 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;
203 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
220 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
267 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
350 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
368 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
407 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
432 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
451 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
496 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 168 public static final String ACTION_NETWORK_STATS_POLL =
292 final IntentFilter pollFilter = new IntentFilter(ACTION_NETWORK_STATS_POLL);
343 * Clear any existing {@link #ACTION_NETWORK_STATS_POLL} alarms, and
353 mContext, 0, new Intent(ACTION_NETWORK_STATS_POLL), 0);
    [all...]

Completed in 1901 milliseconds