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.java120 private @ProjectionState int mCurrentProjectionState = PROJECTION_STATE_INACTIVE; field in CarProjectionService
429 && mCurrentProjectionState == PROJECTION_STATE_INACTIVE) in updateProjectionStatus()
431 mCurrentProjectionState = status.getState(); in updateProjectionStatus()
478 mCurrentProjectionState = PROJECTION_STATE_INACTIVE; in unregisterProjectionReceiverClient()
493 currentState = mCurrentProjectionState; in notifyProjectionStatusChanged()
809 writer.println("Current projection state: " + mCurrentProjectionState); in dump()