Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java50 private boolean mIsInCall = false; field in BluetoothStateReceiver
96 if (!mIsInCall) { in handleAudioStateChanged()
149 if (!mIsInCall) { in handleActiveDeviceChanged()
170 mIsInCall = isInCall; in setIsInCall()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java55 private boolean mIsInCall; field in CarNotificationActionsView
163 if (mIsInCall) return; in createPlayButton()
178 if (mIsInCall) index = FIRST_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
194 mIsInCall = isInCall; in onCallStateChanged()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java77 private boolean mIsInCall; field in PreprocessingManager
86 mIsInCall = TelephonyManager.EXTRA_STATE_OFFHOOK
89 listener.onCallStateChanged(mIsInCall);
186 listener.onCallStateChanged(mIsInCall); in addCallStateListener()
DCarNotificationViewAdapter.java69 private boolean mIsInCall; field in CarNotificationViewAdapter
521 if (isInCall != mIsInCall) { in onCallStateChanged()
522 mIsInCall = isInCall; in onCallStateChanged()