Match NetworkStatsService refactoring.

Change-Id: Ia5c7fa6e60dd1915939437c859af696fb01498bc
This commit is contained in:
Jeff Sharkey
2011-06-19 20:56:31 -07:00
parent a662e4975b
commit 827fde31e8
2 changed files with 3 additions and 2 deletions

View File

@@ -598,7 +598,7 @@ public class DataUsageSummary extends Fragment {
protected NetworkStats doInBackground(Void... params) {
try {
final long[] range = mChart.getInspectRange();
return mStatsService.getSummaryForAllUid(mTemplate, range[0], range[1]);
return mStatsService.getSummaryForAllUid(mTemplate, range[0], range[1], false);
} catch (RemoteException e) {
Log.w(TAG, "problem reading stats");
}