Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1282 private boolean mIsCallUsingMicrophone = false; field in InCallController
3114 boolean wasUsingMicrophone = mIsCallUsingMicrophone; in maybeTrackMicrophoneUse()
3128 mIsCallUsingMicrophone = mIsTrackingManagedAliveCall && !isMuted in maybeTrackMicrophoneUse()
3130 if (wasUsingMicrophone != mIsCallUsingMicrophone) { in maybeTrackMicrophoneUse()
3132 if (mIsCallUsingMicrophone) { in maybeTrackMicrophoneUse()