Searched refs:mApfCounterListBuilder (Results 1 – 1 of 1) sorted by relevance
36 private final ApfCounterList.Builder mApfCounterListBuilder = ApfCounterList.newBuilder(); field in ApfSessionInfoMetrics56 if (mApfCounterListBuilder.getApfCounterCount() >= MAX_NUM_OF_COUNTERS) return; in addApfCounter()61 mApfCounterListBuilder.addApfCounter(apfCounterBuilder); in addApfCounter()89 mStatsBuilder.setApfCounterList(mApfCounterListBuilder); in statsWrite()