Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/sessioncontroller/
DSessionController.java55 public @interface SessionControllerState { annotation in SessionController
154 private void updateSessionState(@SessionControllerState int sessionState) { in updateSessionState()
185 private void notifySessionStateChange(@SessionControllerState int newSessionState) { in notifySessionStateChange()
DSessionAnnotation.java43 @SessionController.SessionControllerState int sessionState, in SessionAnnotation()