Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java120 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFile()
175 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in uploadFile()
233 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFileUsingDownloadManager()
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java105 NetworkStats stats = TrafficStats.stopDataProfiling(null); in runTest()
/frameworks/base/core/java/android/net/
DTrafficStats.java402 public static NetworkStats stopDataProfiling(Context context) { in stopDataProfiling() method in TrafficStats