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()
64 getHighlightColor(context, newForegroundCall.getAccountHandle()), in onForegroundCallChanged()
65 newForegroundCall.isSpam()); in onForegroundCallChanged()
DInCallPresenter.java1843 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument
1844 themeColorManager.onForegroundCallChanged(context, newForegroundCall); in onForegroundCallChanged()
1846 inCallActivity.onForegroundCallChanged(newForegroundCall); in onForegroundCallChanged()
DInCallActivity.java875 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument
878 if (newForegroundCall == null || !didShowAnswerScreen) { 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()