Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DMemoryPublisher.java162 int numSnapshotsLeft = subscriber.getPublisherParam().getMemory().getMaxSnapshots(); in addDataSubscriber() local
165 boolean collectIndefinitely = numSnapshotsLeft <= 0; in addDataSubscriber()
169 numSnapshotsLeft = mPublisherState.getInt( in addDataSubscriber()
170 BUNDLE_KEY_NUM_SNAPSHOTS_UNTIL_FINISH, numSnapshotsLeft); in addDataSubscriber()
172 BUNDLE_KEY_COLLECT_INDEFINITELY, numSnapshotsLeft <= 0); in addDataSubscriber()
175 subscriber, numSnapshotsLeft, collectIndefinitely); in addDataSubscriber()
364 DataSubscriber dataSubscriber, int numSnapshotsLeft, boolean collectIndefinitely) {
366 mNumSnapshotsLeft = numSnapshotsLeft;