Home
last modified time | relevance | path

Searched refs:getPresenceNotifyEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DPersistAtomsStorageTest.java2408 PresenceNotifyEvent[] output = mPersistAtomsStorage.getPresenceNotifyEvent(0L); in addPresenceNotifyEvent_withSameProto()
2429 PresenceNotifyEvent[] output = mPersistAtomsStorage.getPresenceNotifyEvent(0L); in addPresenceNotifyEvent_withExistingEntries()
2441 PresenceNotifyEvent[] output = mPersistAtomsStorage.getPresenceNotifyEvent(100L); in getPresenceNotifyEvent_tooFrequent()
2454 PresenceNotifyEvent[] output1 = mPersistAtomsStorage.getPresenceNotifyEvent(50L); in getPresenceNotifyEvent_withSavedAtoms()
2456 PresenceNotifyEvent[] output2 = mPersistAtomsStorage.getPresenceNotifyEvent(50L); in getPresenceNotifyEvent_withSavedAtoms()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DMetricsCollector.java619 PresenceNotifyEvent[] persistAtoms = mStorage.getPresenceNotifyEvent(MIN_COOLDOWN_MILLIS); in pullPresenceNotifyEvent()
H A DPersistAtomsStorage.java949 public synchronized PresenceNotifyEvent[] getPresenceNotifyEvent(long minIntervalMillis) { in getPresenceNotifyEvent() method in PersistAtomsStorage