Home
last modified time | relevance | path

Searched refs:removePublisherData (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DMemoryPublisher.java201 mResultStore.removePublisherData(MemoryPublisher.class.getSimpleName()); in resetPublisher()
DStatsPublisher.java211 mResultStore.removePublisherData(StatsPublisher.class.getSimpleName()); in savePublisherState()
/packages/services/Car/service/src/com/android/car/telemetry/
DResultStore.java374 public void removePublisherData(@NonNull String publisherName) { in removePublisherData() method in ResultStore
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java465 mResultStore.removePublisherData(publisherName); in testRemovePublisherData()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DMemoryPublisherTest.java476 verify(mMockResultStore).removePublisherData(eq(MemoryPublisher.class.getSimpleName())); in testReadMeminfo_whenPreviousStateExists_shouldContinueFromPrevious()