Searched refs:handleSessionStateChange (Results 1 – 7 of 7) sorted by relevance
70 protected abstract void handleSessionStateChange(@NonNull SessionAnnotation annotation); in handleSessionStateChange() method in AbstractPublisher
136 sessionController.registerCallback(this::handleSessionStateChange); in MemoryPublisher()140 protected void handleSessionStateChange(@NonNull SessionAnnotation annotation) { in handleSessionStateChange() method in MemoryPublisher
113 sessionController.registerCallback(this::handleSessionStateChange); in ConnectivityPublisher()117 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange() method in ConnectivityPublisher
327 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange() method in CarTelemetrydPublisher
194 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange() method in VehiclePropertyPublisher
798 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange() method in StatsPublisher
279 mPublisher.handleSessionStateChange(SESSION_ANNOTATION_BEGIN_1); in testPullsTaggedAndUntaggedMobileStats()