Home
last modified time | relevance | path

Searched refs:RANGE_CALCULATION_COUNT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DTelephonyHistogram.java70 private static final int RANGE_CALCULATION_COUNT = 10; field in TelephonyHistogram
90 mInitialTimings = new int[RANGE_CALCULATION_COUNT]; in TelephonyHistogram()
204 mInitialTimings = new int[RANGE_CALCULATION_COUNT]; in addTimeTaken()
221 if (mSampleCount < RANGE_CALCULATION_COUNT) { in addTimeTaken()
223 } else if (mSampleCount == RANGE_CALCULATION_COUNT) { in addTimeTaken()
230 for (int j = 0; j < RANGE_CALCULATION_COUNT; j++) { in addTimeTaken()
244 if (mSampleCount < RANGE_CALCULATION_COUNT) {
281 mInitialTimings = new int[RANGE_CALCULATION_COUNT];