Searched refs:mVtDataUsageSnapshot (Results 1 – 1 of 1) sorted by relevance
373 private volatile NetworkStats mVtDataUsageSnapshot = null; field in ImsPhoneCallTracker560 mVtDataUsageSnapshot = new NetworkStats(currentTime, 1); in ImsPhoneCallTracker()3433 vtDataUsageSnapshot.combineAllValues(mVtDataUsageSnapshot); in updateVtDataUsage()3441 mVtDataUsageSnapshot = vtDataUsageSnapshot; in updateVtDataUsage()3554 pw.println(" mVtDataUsageSnapshot=" + mVtDataUsageSnapshot); in dump()3839 return perUidStats ? mVtDataUsageUidSnapshot : mVtDataUsageSnapshot; in getVtDataUsage()