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.java1287 private boolean mIsCallUsingMicrophone = false; field in InCallController
3226 boolean wasUsingMicrophone = mIsCallUsingMicrophone; in maybeTrackMicrophoneUse()
3240 mIsCallUsingMicrophone = mIsTrackingManagedAliveCall && !isMuted in maybeTrackMicrophoneUse()
3242 if (wasUsingMicrophone != mIsCallUsingMicrophone) { in maybeTrackMicrophoneUse()
3244 if (mIsCallUsingMicrophone) { in maybeTrackMicrophoneUse()