Home
last modified time | relevance | path

Searched refs:BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DMemoryPublisher.java91 static final String BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH = "num_snapshots_left"; field in MemoryPublisher
170 BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH, numSnapshotsLeft); in addDataSubscriber()
249 BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH, in readMemInfo()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DMemoryPublisherTest.java20 …t static com.android.car.telemetry.publisher.MemoryPublisher.BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH;
390 assertThat(mBundleCaptor.getValue().getInt(BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH)) in testAddDataSubscriber_savePublisherState()
465 publisherState.putInt(BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH, 1); in testReadMeminfo_whenPreviousStateExists_shouldContinueFromPrevious()