Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DAbstractPublisher.java70 protected abstract void handleSessionStateChange(@NonNull SessionAnnotation annotation); in handleSessionStateChange() method in AbstractPublisher
DMemoryPublisher.java136 sessionController.registerCallback(this::handleSessionStateChange); in MemoryPublisher()
140 protected void handleSessionStateChange(@NonNull SessionAnnotation annotation) { in handleSessionStateChange() method in MemoryPublisher
DConnectivityPublisher.java113 sessionController.registerCallback(this::handleSessionStateChange); in ConnectivityPublisher()
117 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange() method in ConnectivityPublisher
DCarTelemetrydPublisher.java327 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange() method in CarTelemetrydPublisher
DVehiclePropertyPublisher.java194 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange() method in VehiclePropertyPublisher
DStatsPublisher.java798 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange() method in StatsPublisher
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DConnectivityPublisherTest.java279 mPublisher.handleSessionStateChange(SESSION_ANNOTATION_BEGIN_1); in testPullsTaggedAndUntaggedMobileStats()