Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java131 private @ProjectionState int mCurrentProjectionState = PROJECTION_STATE_INACTIVE; field in CarProjectionService
478 && mCurrentProjectionState == PROJECTION_STATE_INACTIVE) in updateProjectionStatus()
480 mCurrentProjectionState = status.getState(); in updateProjectionStatus()
528 mCurrentProjectionState = PROJECTION_STATE_INACTIVE; in unregisterProjectionReceiverClient()
543 currentState = mCurrentProjectionState; in notifyProjectionStatusChanged()
920 writer.println("Current projection state: " + mCurrentProjectionState); in dump()