Home
last modified time | relevance | path

Searched refs:onForegroundCallChanged (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDtmfLocalTonePlayerTest.java66 mPlayer.onForegroundCallChanged(null, mCall); in testSupportedStart()
76 mPlayer.onForegroundCallChanged(null, mCall); in testUnsupportedStart()
86 mPlayer.onForegroundCallChanged(null, mCall); in testPlayToneWhenUninitialized()
97 mPlayer.onForegroundCallChanged(null, mCall); in testPlayToneWhenInitialized()
108 mPlayer.onForegroundCallChanged(null, mCall); in testStopToneWhenUninitialized()
119 mPlayer.onForegroundCallChanged(null, mCall); in testStopToneWhenInitialized()
130 mPlayer.onForegroundCallChanged(null, mCall); in testProperTeardown()
131 mPlayer.onForegroundCallChanged(mCall, null); in testProperTeardown()
/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) { in onForegroundCallChanged() method in ThemeColorManager
DInCallPresenter.java881 onForegroundCallChanged(primary); in onCallListChange()
1848 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() method in InCallPresenter
1849 themeColorManager.onForegroundCallChanged(context, newForegroundCall); in onForegroundCallChanged()
1851 inCallActivity.onForegroundCallChanged(newForegroundCall); in onForegroundCallChanged()
DInCallActivity.java875 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() method in InCallActivity
/packages/services/Telecomm/src/com/android/server/telecom/
DDtmfLocalTonePlayer.java148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in DtmfLocalTonePlayer
DCallAudioManager.java717 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()