Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) { in onForegroundCallChanged() argument
59 if (newForegroundCall == null) { in onForegroundCallChanged()
62 updateThemeColors(context, newForegroundCall.getAccountHandle(), newForegroundCall.isSpam()); in onForegroundCallChanged()
DInCallActivity.java313 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument
315 if (didShowAnswerScreen && newForegroundCall != null) { in onForegroundCallChanged()
316 if (newForegroundCall.getState() == State.DISCONNECTED in onForegroundCallChanged()
317 || newForegroundCall.getState() == State.IDLE) { in onForegroundCallChanged()
DInCallPresenter.java1634 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument
1635 mThemeColorManager.onForegroundCallChanged(mContext, newForegroundCall); in onForegroundCallChanged()
1637 mInCallActivity.onForegroundCallChanged(newForegroundCall); in onForegroundCallChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DDtmfLocalTonePlayer.java148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
150 startDtmfSession(newForegroundCall); in onForegroundCallChanged()