Searched refs:uidTxBytes (Results 1 – 2 of 2) sorted by relevance
13192 SparseLongArray uidTxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache13202 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()13213 uidTxBytes.clear(); in reset()13362 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()13387 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
72784 Lcom/android/internal/os/BatteryStatsImpl$BluetoothActivityInfoCache;->uidTxBytes:Landroid/util/Spa…