OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
41
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/
NetworkStatsService.java
170
public static final String
ACTION_NETWORK_STATS_POLL
=
324
final IntentFilter pollFilter = new IntentFilter(
ACTION_NETWORK_STATS_POLL
);
423
* Clear any existing {@link #
ACTION_NETWORK_STATS_POLL
} alarms, and
432
mContext, 0, new Intent(
ACTION_NETWORK_STATS_POLL
), 0);
[
all
...]
Completed in 25 milliseconds