Searched refs:addGbaEvent (Results 1 – 4 of 4) sorted by relevance
3760 mPersistAtomsStorage.addGbaEvent(mGbaEvent1); in addGbaEvent_emptyProto()3774 mPersistAtomsStorage.addGbaEvent(mGbaEvent1); in addGbaEvent_withExistingEntries()3776 mPersistAtomsStorage.addGbaEvent(mGbaEvent2); in addGbaEvent_withExistingEntries()3795 mPersistAtomsStorage.addGbaEvent(mGbaEvent1); in addGbaEvent_tooManyEntries()3798 mPersistAtomsStorage.addGbaEvent(mGbaEvent2); in addGbaEvent_tooManyEntries()3813 mPersistAtomsStorage.addGbaEvent(copyOf(mGbaEvent1)); in addGbaEvent_updateExistingEntries()
1247 verify(mPersistAtomsStorage).addGbaEvent(captor.capture()); in onGbaEvent_withAtoms()
1321 mAtomsStorage.addGbaEvent(proto); in onGbaSuccessEvent()1337 mAtomsStorage.addGbaEvent(proto); in onGbaFailureEvent()
653 public synchronized void addGbaEvent(GbaEvent stats) { in addGbaEvent() method in PersistAtomsStorage