Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java103 private boolean mIsInCall; field in CarNotificationActionsView
288 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()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java74 private boolean mIsInCall = false; field in BluetoothStateReceiver
150 if (!mIsInCall) { in handleAudioStateChanged()
278 if (!mIsInCall) { in handleActiveDeviceChanged()
317 if (!mIsInCall) { in handleActiveDeviceChanged()
398 mIsInCall = isInCall; in setIsInCall()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java85 private boolean mIsInCall; field in PreprocessingManager
94 mIsInCall = TelephonyManager.EXTRA_STATE_OFFHOOK
97 listener.onCallStateChanged(mIsInCall);
197 listener.onCallStateChanged(mIsInCall); in addCallStateListener()
DCarNotificationViewAdapter.java81 private boolean mIsInCall; field in CarNotificationViewAdapter
606 if (isInCall != mIsInCall) { in onCallStateChanged()
607 mIsInCall = isInCall; in onCallStateChanged()