Searched refs:prof_stats (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 127 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFile() local 128 Log.d(LOG_TAG, prof_stats.toString()); in downloadFile() 139 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFile() 182 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in uploadFile() local 183 Log.d(LOG_TAG, prof_stats.toString()); in uploadFile() 193 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in uploadFile() 240 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFileUsingDownloadManager() local 243 Log.d(LOG_TAG, prof_stats.toString()); in downloadFileUsingDownloadManager() 250 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFileUsingDownloadManager()
|