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.java101 private boolean mIsInCall; field in CarNotificationActionsView
284 if (mIsInCall) return; in createPlayButton()
300 if (mIsInCall) return; in createReplyButton()
319 if (mIsInCall) index = FIRST_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
338 if (mIsInCall == isInCall) { in onCallStateChanged()
342 mIsInCall = isInCall; in onCallStateChanged()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java70 private boolean mIsInCall = false; field in BluetoothStateReceiver
144 if (!mIsInCall) { in handleAudioStateChanged()
280 if (!mIsInCall) { in handleActiveDeviceChanged()
358 mIsInCall = isInCall; in setIsInCall()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java83 private boolean mIsInCall; field in PreprocessingManager
92 mIsInCall = TelephonyManager.EXTRA_STATE_OFFHOOK
95 listener.onCallStateChanged(mIsInCall);
199 listener.onCallStateChanged(mIsInCall); in addCallStateListener()
DCarNotificationViewAdapter.java81 private boolean mIsInCall; field in CarNotificationViewAdapter
613 if (isInCall != mIsInCall) { in onCallStateChanged()
614 mIsInCall = isInCall; in onCallStateChanged()