Searched refs:mPeriodCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java798 int mPeriodCount; field in class:ThrottleService.DataRecorder
817 mPeriodCount = 6;
818 mPeriodRxData = new long[mPeriodCount];
819 mPeriodTxData = new long[mPeriodCount];
855 if (mCurrentPeriod >= mPeriodCount) mCurrentPeriod = 0;
892 return mPeriodCount;
898 for(int period = 0; period<mPeriodCount; period++) {
992 // 1 int mPeriodCount
1002 builder.append(mPeriodCount);
1004 for(int i = 0; i < mPeriodCount;
[all...]

Completed in 37 milliseconds