Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/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)); 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 …]
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java224 public static final String ACTION_NETWORK_STATS_POLL = field in NetworkStatsService
535 final IntentFilter pollFilter = new IntentFilter(ACTION_NETWORK_STATS_POLL);
558 PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_NETWORK_STATS_POLL),
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsServiceTest.java66 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;
1817 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));