Searched refs:mIsInCall (Results 1 – 4 of 4) sorted by relevance
103 private boolean mIsInCall; field in CarNotificationActionsView288 if (mIsInCall) return; in createPlayButton()304 if (mIsInCall) return; in createReplyButton()323 if (mIsInCall) index = FIRST_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()342 if (mIsInCall == isInCall) { in onCallStateChanged()346 mIsInCall = isInCall; in onCallStateChanged()
74 private boolean mIsInCall = false; field in BluetoothStateReceiver150 if (!mIsInCall) { in handleAudioStateChanged()278 if (!mIsInCall) { in handleActiveDeviceChanged()317 if (!mIsInCall) { in handleActiveDeviceChanged()398 mIsInCall = isInCall; in setIsInCall()
85 private boolean mIsInCall; field in PreprocessingManager94 mIsInCall = TelephonyManager.EXTRA_STATE_OFFHOOK97 listener.onCallStateChanged(mIsInCall);197 listener.onCallStateChanged(mIsInCall); in addCallStateListener()
81 private boolean mIsInCall; field in CarNotificationViewAdapter606 if (isInCall != mIsInCall) { in onCallStateChanged()607 mIsInCall = isInCall; in onCallStateChanged()