Searched refs:getPresenceNotifyEvent (Results 1 – 3 of 3) sorted by relevance
2408 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()
619 PresenceNotifyEvent[] persistAtoms = mStorage.getPresenceNotifyEvent(MIN_COOLDOWN_MILLIS); in pullPresenceNotifyEvent()
949 public synchronized PresenceNotifyEvent[] getPresenceNotifyEvent(long minIntervalMillis) { in getPresenceNotifyEvent() method in PersistAtomsStorage