Searched refs:RANGE_CALCULATION_COUNT (Results 1 – 2 of 2) sorted by relevance
69 private static final int RANGE_CALCULATION_COUNT = 10; field in TelephonyHistogram89 mInitialTimings = new int[RANGE_CALCULATION_COUNT]; in TelephonyHistogram()203 mInitialTimings = new int[RANGE_CALCULATION_COUNT]; in addTimeTaken()220 if (mSampleCount < RANGE_CALCULATION_COUNT) { in addTimeTaken()222 } else if (mSampleCount == RANGE_CALCULATION_COUNT) { in addTimeTaken()229 for (int j = 0; j < RANGE_CALCULATION_COUNT; j++) { in addTimeTaken()245 if (mSampleCount < RANGE_CALCULATION_COUNT) {282 mInitialTimings = new int[RANGE_CALCULATION_COUNT];
58788 Landroid/telephony/TelephonyHistogram;->RANGE_CALCULATION_COUNT:I