Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java19 import static com.android.car.telemetry.ResultStore.BUNDLE_KEY_ID;
392 assertThat(report1.getInt(BUNDLE_KEY_ID)).isEqualTo(1); in testPutMetricsReport_shouldAnnotateReport()
394 assertThat(report2.getInt(BUNDLE_KEY_ID)).isEqualTo(2); in testPutMetricsReport_shouldAnnotateReport()
/packages/services/Car/service/src/com/android/car/telemetry/
DResultStore.java68 static final String BUNDLE_KEY_ID = "metrics.report.id"; field in ResultStore
519 report.putInt(BUNDLE_KEY_ID, id); in annotateReport()