Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallRatTracker.java89 addToKey(mLastKey, durationMillis, connectionIds); in add()
94 addToKey(key, 0L, connectionIds); in add()
134 private void addToKey(Key key, long durationMillis, Set<Integer> connectionIds) { in addToKey() method in VoiceCallRatTracker