Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1042 mMetrics.writeRilCallList(mPhone.getPhoneId(), locallyDisconnectedConnections); in handlePollCalls()
1113 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections); in updateMetrics()
1475 mMetrics.writeRilCallList(mPhone.getPhoneId(), mDroppedDuringPoll); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1149 public void writeRilCallList(int phoneId, ArrayList<GsmCdmaConnection> connections) { in writeRilCallList() method in TelephonyMetrics