Lines Matching refs:getCountLocked

1006         return mDischargeCounter.getCountLocked(which);
1011 return mDischargeScreenOffCounter.getCountLocked(which);
1016 return mDischargeScreenDozeCounter.getCountLocked(which);
1021 return mDischargeLightDozeCounter.getCountLocked(which);
1026 return mDischargeDeepDozeCounter.getCountLocked(which);
1340 public int getCountLocked(int which) {
1606 public long getCountLocked(int which) {
1841 public int getCountLocked(int which) {
6292 return mScreenOnTimer.getCountLocked(which);
6300 return mScreenDozeTimer.getCountLocked(which);
6322 return mPowerSaveModeEnabledTimer.getCountLocked(which);
6339 return mDeviceIdleModeLightTimer.getCountLocked(which);
6341 return mDeviceIdleModeFullTimer.getCountLocked(which);
6369 return mDeviceLightIdlingTimer.getCountLocked(which);
6371 return mDeviceIdlingTimer.getCountLocked(which);
6417 return mPhoneOnTimer.getCountLocked(which);
6437 return mPhoneSignalStrengthsTimer[strengthBin].getCountLocked(which);
6451 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
6463 return mMobileRadioActiveTimer.getCountLocked(which);
6467 return mMobileRadioActiveAdjustedTime.getCountLocked(which);
6471 return mMobileRadioActiveUnknownTime.getCountLocked(which);
6475 return (int)mMobileRadioActiveUnknownCount.getCountLocked(which);
6485 return mWifiMulticastWakelockTimer.getCountLocked(which);
6507 return mWifiStateTimer[wifiState].getCountLocked(which);
6521 return mWifiSupplStateTimer[state].getCountLocked(which);
6535 return mWifiSignalStrengthsTimer[strengthBin].getCountLocked(which);
6579 return mFlashlightOnTimer.getCountLocked(which);
6595 return mNetworkByteActivityCounters[type].getCountLocked(which);
6604 return mNetworkPacketActivityCounters[type].getCountLocked(which);
6914 return mCpuActiveTimeMs.getCountLocked(STATS_SINCE_CHARGED);
7473 return mWifiScanTimer.getCountLocked(which);
7486 return mWifiScanTimer.getSubTimer().getCountLocked(which);
7530 return mWifiBatchedScanTimer[csphBin].getCountLocked(which);
7662 return mUserActivityCounters[type].getCountLocked(which);
7720 return mNetworkByteActivityCounters[type].getCountLocked(which);
7730 return mNetworkPacketActivityCounters[type].getCountLocked(which);
7739 ? mMobileRadioActiveTime.getCountLocked(which) : 0;
7745 ? (int)mMobileRadioActiveCount.getCountLocked(which) : 0;
7750 return mUserCpuTime.getCountLocked(which);
7755 return mSystemCpuTime.getCountLocked(which);
7767 return c.getCountLocked(which);
7786 return mMobileRadioApWakeupCount.getCountLocked(which);
7801 return mWifiRadioApWakeupCount.getCountLocked(which);
7809 final int deferredEventCount = mJobsDeferredEventCount.getCountLocked(which);
7813 final int deferredCount = mJobsDeferredCount.getCountLocked(which);
7814 final long totalLatency = mJobsFreshnessTimeMs.getCountLocked(which);
7823 sb.append(mJobsFreshnessBuckets[i].getCountLocked(which));
7831 final int deferredEventCount = mJobsDeferredEventCount.getCountLocked(which);
7835 final int deferredCount = mJobsDeferredCount.getCountLocked(which);
7836 final long totalLatency = mJobsFreshnessTimeMs.getCountLocked(which);
7845 sb.append(mJobsFreshnessBuckets[i].getCountLocked(which));
12914 final long sleepTimeMs = counter.getSleepTimeCounter().getCountLocked(which);
12915 final long idleTimeMs = counter.getIdleTimeCounter().getCountLocked(which);
12916 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(which);
12917 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);
12931 txTimeMs[i] = counter.getTxTimeCounters()[i].getCountLocked(which);
12956 final long idleTimeMs = counter.getIdleTimeCounter().getCountLocked(which);
12957 final long scanTimeMs = counter.getScanTimeCounter().getCountLocked(which);
12958 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(which);
12959 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(which);
12964 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);
12967 numAppScanRequest += mUidStats.valueAt(i).mWifiScanTimer.getCountLocked(which);