Searched refs:stopDataProfiling (Results 1 – 3 of 3) sorted by relevance
120 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()
105 NetworkStats stats = TrafficStats.stopDataProfiling(null); in runTest()
402 public static NetworkStats stopDataProfiling(Context context) { in stopDataProfiling() method in TrafficStats