HomeSort by relevance Sort by last modified time
    Searched full:prof_stats (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 120 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); local
121 Log.d(LOG_TAG, prof_stats.toString());
132 addStatsToResults(PROF_LABEL, prof_stats, results, mUid);
175 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); local
176 Log.d(LOG_TAG, prof_stats.toString());
186 addStatsToResults(PROF_LABEL, prof_stats, results, mUid);
233 NetworkStats prof_stats = TrafficStats.stopDataProfiling(mContext); local
236 Log.d(LOG_TAG, prof_stats.toString());
243 addStatsToResults(PROF_LABEL, prof_stats, results, mUid);

Completed in 1700 milliseconds