Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DRcsStatsTest.java1070 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtoms()
1151 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId()
1157 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId()
1189 mRcsStats.onUceEventStats(mSubId, messageType, successful, commandCode, networkResponse); in onUceEventStats_withAtoms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java571 mRcsStats.onUceEventStats(subId, UCE_EVENT_STATS__TYPE__SUBSCRIBE, in onSubscribeResponse()
594 mRcsStats.onUceEventStats(subId, eventType, successful, commandCode, networkResponse); in onUceEvent()
1235 public synchronized void onUceEventStats(int subId, int type, boolean successful, in onUceEventStats() method in RcsStats