HomeSort by relevance Sort by last modified time
    Searched defs:onForegroundCallChanged (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
ThemeColorManager.java 58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) {
InCallPresenter.java     [all...]
InCallActivity.java 848 public void onForegroundCallChanged(DialerCall newForegroundCall) {
852 LogUtil.v("InCallActivity.onForegroundCallChanged", "resetting background color")
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DtmfLocalTonePlayerTest.java 58 mPlayer.onForegroundCallChanged(null, mCall);
68 mPlayer.onForegroundCallChanged(null, mCall);
78 mPlayer.onForegroundCallChanged(null, mCall);
89 mPlayer.onForegroundCallChanged(null, mCall);
100 mPlayer.onForegroundCallChanged(null, mCall);
111 mPlayer.onForegroundCallChanged(null, mCall);
122 mPlayer.onForegroundCallChanged(null, mCall);
123 mPlayer.onForegroundCallChanged(mCall, null);
  /packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java 148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
CallAudioManager.java 668 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall);

Completed in 1015 milliseconds