Searched refs:removePublisherData (Results 1 – 5 of 5) sorted by relevance
201 mResultStore.removePublisherData(MemoryPublisher.class.getSimpleName()); in resetPublisher()
211 mResultStore.removePublisherData(StatsPublisher.class.getSimpleName()); in savePublisherState()
374 public void removePublisherData(@NonNull String publisherName) { in removePublisherData() method in ResultStore
465 mResultStore.removePublisherData(publisherName); in testRemovePublisherData()
476 verify(mMockResultStore).removePublisherData(eq(MemoryPublisher.class.getSimpleName())); in testReadMeminfo_whenPreviousStateExists_shouldContinueFromPrevious()