Searched refs:onPresenceNotifyEvent (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
H A D | UceStatsWriter.java | 114 void onPresenceNotifyEvent(int subId, long taskId, in onPresenceNotifyEvent() method 231 mCallBack.onPresenceNotifyEvent(subId, taskId, updatedCapList); in setPresenceNotifyEvent()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | RcsStats.java | 594 mRcsStats.onPresenceNotifyEvent(subId, reason, false, in onSubscribeTerminated() 600 public void onPresenceNotifyEvent(int subId, long taskId, in onPresenceNotifyEvent() method in RcsStats.UceStatsWriterCallback 615 mRcsStats.onPresenceNotifyEvent(subId, "", true, in onPresenceNotifyEvent() 636 mRcsStats.onPresenceNotifyEvent(subId, "", true, rcsCap, in onPresenceNotifyEvent() 1256 public synchronized void onPresenceNotifyEvent(int subId, String reason, in onPresenceNotifyEvent() method in RcsStats
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/ |
H A D | UceStatsWriterTest.java | 112 public void onPresenceNotifyEvent(int subId, long taskId, in onPresenceNotifyEvent() method in UceStatsWriterTest.Callback
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | RcsStatsTest.java | 1209 mRcsStats.onPresenceNotifyEvent(mSubId, reason, contentBodyReceived, in onPresenceNotifyEvent_withAtoms()
|