Searched refs:onForegroundCallChanged (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DtmfLocalTonePlayerTest.java | 66 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/ |
D | ThemeColorManager.java | 58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) { in onForegroundCallChanged() method in ThemeColorManager
|
D | InCallPresenter.java | 881 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()
|
D | InCallActivity.java | 875 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() method in InCallActivity
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | DtmfLocalTonePlayer.java | 148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() method in DtmfLocalTonePlayer
|
D | CallAudioManager.java | 717 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall); in updateForegroundCall()
|