Searched refs:prof_stats (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 128 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFile() local 129 Log.d(LOG_TAG, prof_stats.toString()); in downloadFile() 140 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFile() 183 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in uploadFile() local 184 Log.d(LOG_TAG, prof_stats.toString()); in uploadFile() 194 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in uploadFile() 241 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFileUsingDownloadManager() local 244 Log.d(LOG_TAG, prof_stats.toString()); in downloadFileUsingDownloadManager() 251 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFileUsingDownloadManager()
|