OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopDataProfiling
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
120
NetworkStats prof_stats = TrafficStats.
stopDataProfiling
(mContext);
175
NetworkStats prof_stats = TrafficStats.
stopDataProfiling
(mContext);
233
NetworkStats prof_stats = TrafficStats.
stopDataProfiling
(mContext);
/frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java
105
NetworkStats stats = TrafficStats.
stopDataProfiling
(null);
/frameworks/base/core/java/android/net/
TrafficStats.java
107
* @see #
stopDataProfiling
(Context)
229
public static NetworkStats
stopDataProfiling
(Context context) {
Completed in 82 milliseconds