Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java344 public static final String ACTION_NETWORK_STATS_POLL = field in NetworkStatsService
1052 final IntentFilter pollFilter = new IntentFilter(ACTION_NETWORK_STATS_POLL);
1075 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_NETWORK_STATS_POLL),
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java71 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;
2823 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL)); in forcePollAndWaitForIdle()