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
40
import static com.android.server.net.NetworkStatsService.
ACTION_NETWORK_STATS_POLL
;
202
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
219
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
266
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
349
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
367
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
406
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
427
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
444
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
489
mServiceContext.sendBroadcast(new Intent(
ACTION_NETWORK_STATS_POLL
));
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
165
public static final String
ACTION_NETWORK_STATS_POLL
=
283
final IntentFilter pollFilter = new IntentFilter(
ACTION_NETWORK_STATS_POLL
);
332
* Clear any existing {@link #
ACTION_NETWORK_STATS_POLL
} alarms, and
342
mContext, 0, new Intent(
ACTION_NETWORK_STATS_POLL
), 0);
[
all
...]
Completed in 622 milliseconds