Searched refs:prof_stats (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 120 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFile() local 121 Log.d(LOG_TAG, prof_stats.toString()); in downloadFile() 132 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFile() 175 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in uploadFile() local 176 Log.d(LOG_TAG, prof_stats.toString()); in uploadFile() 186 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in uploadFile() 233 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); in downloadFileUsingDownloadManager() local 236 Log.d(LOG_TAG, prof_stats.toString()); in downloadFileUsingDownloadManager() 243 addStatsToResults(PROF_LABEL, prof_stats, results, mUid); in downloadFileUsingDownloadManager()
|