Searched refs:onForegroundCallChanged (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DDtmfLocalTonePlayerTest.java52 mPlayer.onForegroundCallChanged(null, mCall);
61 mPlayer.onForegroundCallChanged(null, mCall);
70 mPlayer.onForegroundCallChanged(null, mCall);
80 mPlayer.onForegroundCallChanged(null, mCall);
90 mPlayer.onForegroundCallChanged(null, mCall);
100 mPlayer.onForegroundCallChanged(null, mCall);
110 mPlayer.onForegroundCallChanged(null, mCall);
111 mPlayer.onForegroundCallChanged(mCall, null);
/packages/apps/Dialer/java/com/android/incallui/
H A DThemeColorManager.java58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) { method in class:ThemeColorManager
H A DInCallPresenter.java1634 public void onForegroundCallChanged(DialerCall newForegroundCall) { method in class:InCallPresenter
1635 mThemeColorManager.onForegroundCallChanged(mContext, newForegroundCall);
1637 mInCallActivity.onForegroundCallChanged(newForegroundCall);
H A DInCallActivity.java313 public void onForegroundCallChanged(DialerCall newForegroundCall) { method in class:InCallActivity
319 "InCallActivity.onForegroundCallChanged",
323 LogUtil.v("InCallActivity.onForegroundCallChanged", "resetting background color");
H A DCallCardPresenter.java286 InCallPresenter.getInstance().onForegroundCallChanged(mPrimary);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DDtmfLocalTonePlayer.java148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { method in class:DtmfLocalTonePlayer
H A DCallAudioManager.java626 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall);

Completed in 162 milliseconds