Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/sessioncontroller/
DSessionAnnotation.java67 .append(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID).append(": ") in toString()
111 bundle.putInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID, sessionId); in addAnnotationsToBundle()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DConstants.java34 public static final String ANNOTATION_BUNDLE_KEY_SESSION_ID = "session.sessionId"; field in Constants
DConnectivityPublisher.java211 if (!data.containsKey(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)) { in processPreviousSession()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DConnectivityPublisherTest.java198 return savedResult.containsKey(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID) in verifyPublisherSavedData()
199 && savedResult.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID) in verifyPublisherSavedData()
337 assertThat(result.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)) in testPullsOemManagedWifiStats()
372 assertThat(result.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo(1); in testPullsOemNotManagedWifiStats()
DCarTelemetrydPublisherTest.java79 {Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID,
DMemoryPublisherTest.java324 assertThat(report.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo(2); in testAddDataSubscriber_annotatesWithDrivingSessionData()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/sessioncontroller/
DSessionAnnotationUnitTest.java48 assertThat(data.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo( in testAddAnnotationsToBundle_addsPopulatedBundle()