Searched refs:ACTION_NETWORK_STATS_POLL (Results 1 – 3 of 3) sorted by relevance
41 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;210 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testNetworkStatsWifi()227 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testNetworkStatsWifi()274 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testStatsRebootPersist()352 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testStatsBucketResize()370 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testStatsBucketResize()409 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testUidStatsAcrossNetworks()434 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testUidStatsAcrossNetworks()453 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testUidStatsAcrossNetworks()498 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in testUidRemovedIsMoved()[all …]
224 public static final String ACTION_NETWORK_STATS_POLL = field in NetworkStatsService535 final IntentFilter pollFilter = new IntentFilter(ACTION_NETWORK_STATS_POLL);558 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_NETWORK_STATS_POLL),
66 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;1817 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));