Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DSystemStateHelper.java161 mIsCarModeOrProjectionActive = getSystemCarModeOrProjectionState(); in SystemStateHelper()
260 mIsCarModeOrProjectionActive = getSystemCarModeOrProjectionState(); in onEnterCarMode()
268 mIsCarModeOrProjectionActive = getSystemCarModeOrProjectionState(); in onExitCarMode()
276 mIsCarModeOrProjectionActive = getSystemCarModeOrProjectionState(); in onSetAutomotiveProjection()
285 mIsCarModeOrProjectionActive = getSystemCarModeOrProjectionState(); in onReleaseAutomotiveProjection()
296 private boolean getSystemCarModeOrProjectionState() { in getSystemCarModeOrProjectionState() method in SystemStateHelper