Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java3392 mPersistAtomsStorage.addPresenceNotifyEvent(event1); in addPresenceNotifyEvent_withSameProto()
3393 mPersistAtomsStorage.addPresenceNotifyEvent(event2); in addPresenceNotifyEvent_withSameProto()
3414 mPersistAtomsStorage.addPresenceNotifyEvent(mPresenceNotifyEvent1); in addPresenceNotifyEvent_withExistingEntries()
3415 mPersistAtomsStorage.addPresenceNotifyEvent(mPresenceNotifyEvent2); in addPresenceNotifyEvent_withExistingEntries()
DRcsStatsTest.java1216 verify(mPersistAtomsStorage).addPresenceNotifyEvent(captor.capture()); in onPresenceNotifyEvent_withAtoms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java1287 mAtomsStorage.addPresenceNotifyEvent(proto); in onPresenceNotifyEvent()
DPersistAtomsStorage.java637 public synchronized void addPresenceNotifyEvent(PresenceNotifyEvent stats) { in addPresenceNotifyEvent() method in PersistAtomsStorage