Searched refs:stopDataProfiling (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java122 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
177 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
235 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext);
/frameworks/base/core/java/android/net/
H A DTrafficStats.java106 * @see #stopDataProfiling(Context)
206 public static NetworkStats stopDataProfiling(Context context) { method in class:TrafficStats
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java105 NetworkStats stats = TrafficStats.stopDataProfiling(null);

Completed in 27 milliseconds