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.java1093 mMetrics.writeRilCallList(mPhone.getPhoneId(), locallyDisconnectedConnections, in handlePollCalls()
1166 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections, getNetworkCountryIso()); in updateMetrics()
1585 mMetrics.writeRilCallList(mPhone.getPhoneId(), mDroppedDuringPoll, in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1486 public void writeRilCallList(int phoneId, ArrayList<GsmCdmaConnection> connections, in writeRilCallList() method in TelephonyMetrics